json-schema-to-code
v1.0.1
Published
This utility support convert json schema into
Maintainers
Readme
JSON Schema to Code
This utility support convert json schema into
- Type Script
- Golang
- Java
Once installed you can run follow command to generate code
npm install -g json-schema-to-code
jsts --schemadir=test/schema --outputdir=./temp
jsgo --schemadir=test/schema --outputdir=./temp
jsjava --schemadir=test/schema --outputdir=./temp --packageprefix=my.To keep everything simple:
- put schema in one folder
- folder structure is same as json file
- One json schema, One code file, not embed complecated struct in one json
