omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
Generates unmarshalling code that validates input JSON against schema constraints (enum, pattern, length, numeric bounds), not just type definitions. Supports multi-schema code generation with per-schema package mapping and automatic cross-file imports via JSON Schema `$id` references. Provides custom serialization types for date/time semantic formats and uses Go workspaces to test both code-generation logic and generated output.
781 stars. Actively maintained with 9 commits in the last 30 days.
Stars
781
Forks
124
Language
Go
License
MIT
Category
Last pushed
Mar 10, 2026
Commits (30d)
9
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/omissis/go-jsonschema"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.
goadesign/goa
Design-first Go framework that generates API code, documentation, and clients. Define once in an...