# json-schema-to-code **Repository Path**: sparklex/json-schema-to-code ## Basic Information - **Project Name**: json-schema-to-code - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-16 - **Last Updated**: 2025-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```bash 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