Find a file
Simon Ser 49d4519492 Use json.RawMessage instead of interface{}
This allows the user to perform custom logic to decide how to
decode the JSON.
2022-10-07 11:29:04 +02:00
cmd/jsonschemagen Use json.RawMessage instead of interface{} 2022-10-07 11:29:04 +02:00
go.mod Initial commit 2022-10-06 09:26:45 +02:00
go.sum Initial commit 2022-10-06 09:26:45 +02:00
LICENSE Initial commit 2022-10-06 09:26:45 +02:00
README.md Initial commit 2022-10-06 09:26:45 +02:00
schema.go Initial commit 2022-10-06 09:26:45 +02:00

go-jsonschema

A JSON schema code generator for Go.

Usage

jsonschemagen <schema> <output> <package>

License

MIT