0.1.8 • Published 6 years ago

ts-json-schema-code-gen v0.1.8

Weekly downloads
6
License
MIT
Repository
-
Last release
6 years ago

ts-json-schema-gen

Generate Typescript interfaces and functions to parse and unmarshal JSON according to some JSON schema because no one wants to do this by hand.

Getting Started

TODO

Usage

See json-schema-gen.spec.ts for an example.

Known limitations

  • JSON schema objects must have a title.
  • JSON schema objects must not have the same title.
  • JSON schema must be in one file (no reference support).
0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago