fiorix/jsonschema2go
Code generator for JSON schema
This tool helps Go and Thrift developers automatically create data structures from JSON Schema definitions. You provide a JSON Schema file or URL, and it generates the corresponding Go code or Thrift specification. This is for developers who need to work with JSON data that conforms to a predefined schema.
No commits in the last 6 months.
Use this if you are a Go or Thrift developer and need to quickly generate code for data structures that match a specific JSON schema.
Not ideal if you need a comprehensive, fully featured JSON schema code generator that handles all advanced schema features and validations.
Stars
39
Forks
5
Language
Go
License
—
Category
Last pushed
Nov 07, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/fiorix/jsonschema2go"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.