Generate types and converters from JSON, Schema, and GraphQL
Generate types and converters from JSON, Schema, and GraphQL
quicktype$ quicktype -l typescript input.json -o types.ts$ quicktype -l python schema.json -o models.py$ quicktype -l go -p mypackage input.json -o types.go