quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Generate types and converters from JSON, Schema, and GraphQL

Results 363 quicktype issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement

## 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 '_'....

enhancement

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...

enhancement

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...

enhancement

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++...

bug

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...

enhancement

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...

enhancement

## 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...

enhancement

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...

bug

``` 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...