https://github.com/mattroberts297/ts-json-schema
Generate TypeScript code to model and unmarshal JSON for a given schema
https://github.com/mattroberts297/ts-json-schema
Last synced: 14 days ago
JSON representation
Generate TypeScript code to model and unmarshal JSON for a given schema
- Host: GitHub
- URL: https://github.com/mattroberts297/ts-json-schema
- Owner: mattroberts297
- License: mit
- Created: 2018-01-23T20:29:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T07:38:42.000Z (over 7 years ago)
- Last Synced: 2025-04-07T16:51:53.009Z (3 months ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).