jsona icon indicating copy to clipboard operation
jsona copied to clipboard

Tiny and simple JSON:API serializer / deserializer. Creates simplified objects from JSON or stored reduxObject, creates JSON from the same simplified objects (in according with JSON API specification)

Results 7 jsona issues
Sort by recently updated
recently updated
newest added

Hello. When I tried to switch the following json to camel case, the change to camel case for nested keys was not done. ``` { "data": [ { "attributes": {...

Hello, I am getting several similar issues : `WARNING in ./node_modules/jsona/lib/Jsona.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from './node_modules/jsona/src/Jsona.ts' file: Error: ENOENT: no such file or directory,...

For a decoupled Drupal project we use next-drupal node.js module in combination with next Drupal module. Next-drupal uses jsona for deserialazation. Next-drupal 1.5 (latest release) bundles jsona 1.10.1. With this...

Awesome job with this library! As the title states, only the first element of the array is included when the elements don't have an id. I would expect all elements...

When importing Jsona as suggested in the readme: ```ts import Jsona from 'jsona' ``` It is resulting in a `Jsona is not a constructor` error when using by a [Nuxt](https://nuxt.com/)...

- use rollup to produce both comonjs and esm output - remove mocha dependencies and use native node test runner - upversion dev dependencies to latest - update package-lock.json using...

With either client, regardless of the query parameters, all I get back is ``` { type: 'node--page', id: 'Some - UUID', links: { self: [Object] } }, ``` for each...