quicktype
quicktype copied to clipboard
Generate types and converters from JSON, Schema, and GraphQL
## Context (Input, Language) Using the CLI to get a schema file from a json file. Input Format: JSON Output Language: Schema ## Description I want to make it easy...
## Context (Input, Language) Input Format: Json Output Language: Swift ## Description I hope to support HandyJSON in Swift language, or support generating attributes from original fields without filtering '_'....
Possibility of specifying some "properties" so the type can be segmented and can be more accurate. ## Context (Input, Language) Input format: json Output format: typescript ## Description This will...
[USAGE]: https://app.quicktype.io/ easy to use for single json, but no clue how to do with multiple
First I select "multiple json" as source Just as I can drag a single json into the panel to the left, I though I could drop one by one. Nope...
Incorrect c++ code generation ## Issue Type quicktype output via cli is incorrect was output a hpp (c++) files. ## Context Windows 11, Input Format: json schema Output Language: c++...
It would be great if `quicktype` produce `validate` tags for go structures. Input Format: JSONSchema Output Language: go ## Description Unfortunately in `go` there are no way add validation tags...
JSON schema permits the passing of default values; these could be used to generate baseline JSON data. Currently, this feature is not supported, evident by following message: ``` $ quicktype...
## Context (Input, Language) I'm working with JSON payloads for which the schema provided by the spec is massive and kind of vague in a lot of places. So, I...
When generating typescript-zod output from json-schema, quicktype includes `additionalProperties` values in the generated typescript. ## Issue Type quicktype io ## Context (Environment, Version, Language) mac osx/cli Input Format: JSON Schema...
``` npm install @solana/spl-token-registry npm_config_yes=true npx quicktype node_modules/@solana/spl-token-registry/dist/main/lib/tokenlist.d.ts -o src/models.rs ``` Output: ``` Error: TypeScript error: Cannot find name 'Map'. Do you need to change your target library? Try changing...