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
59 stars 17 forks source link

Deserialize array with null value #31

Closed artonio closed 6 years ago

artonio commented 6 years ago

Ran into a bug where I tried to deserialize an Array with where one item is null. Added test and solution.