json2typescript
Advanced tools
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.