shakilsiraj / json-object-mapper

A TypeScript library to serialize and deserialize object graph from/to JSON in a fast and non-recursive way
MIT License
58 stars 18 forks source link

Initialize properties in deserialization example #37

Open planser opened 5 years ago

planser commented 5 years ago

The very first example mentioned in the documentation does not work, which is a bad thing.

This fixes #32