json-object-mapper icon indicating copy to clipboard operation
json-object-mapper copied to clipboard

A TypeScript library to serialize and deserialize object graph from/to JSON in a fast and non-recursive way

Results 27 json-object-mapper issues
Sort by recently updated
recently updated
newest added

Currently I have object that are nested 3-4 levels deep. However the library is currently only serializing 2 levels deep. Is there an option somewhere to make the library deserialize...

Hi, I'm trying to use the json-object-mapper library in my Angular2 app. I have installed it via npm and my component is defined as below: ``` import { ObjectMapper }...

Hi, is this intended behavior? ``` class Example { hello = null; world = null; } const helloJson = [] const result = ObjectMapper.deserializeArray(Order, helloJson); // expected [] // was...

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Hi Team, Please look at the below code segment from index.ts file. It's doing deserialisation twice per object because we are assigning the first element for deserialisation first and then...

Bumps [qs](https://github.com/ljharb/qs) and [body-parser](https://github.com/expressjs/body-parser). These dependencies needed to be updated together. Updates `qs` from 6.7.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 Changelog Sourced...

dependencies