ts-json-schema-code-gen
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

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).

Readme

Keywords

none

Package Sidebar

Install

npm i ts-json-schema-code-gen

Weekly Downloads

2

Version

0.1.8

License

MIT

Unpacked Size

23 kB

Total Files

37

Last publish

Collaborators

  • mattroberts297