Generate Go Structs out of a given JSON Schema
This generator creates at least map[string]*Object
fields and more objects with deeper nesting in the schema tree. Also considering the more important PatternProperties
for e.g. a docker-compose schema.
Some kind of alpha. Issues / MRs are welcome.
- Resolve more
interface{}
types - run some kind
go fmt
for the generated output