json2typescript
Advanced tools
Changelog
0.9.5 (2017-12-11):
New method for deserializing array of objects.
Changelog
0.9.4 (2017-11-22):
Class properties are now not overridden to undefined
if there is no decorator and no matching json value.
Changelog
0.9.3 (2017-11-16):
It is now possible to map an JSON object to an TypeScript array, then the object keys become the array keys. Also, class properties can be set to optional. See below in the chapter "decorators" for more information.
Changelog
0.9.2 (2017-10-10):
Added method serializeString()
, changed property names and behaviour.
Changelog
0.9.1 (2017-10-06):
First version released to the public.