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

I have tried generating with the options (ARRAY and LIST) with the same result. This is data from the TDA api. All previous json from their api has generated classes...

C#

The keyword "@required" is deprecated. Please update to "required".

please make the model support null safety.. just add the **required** keyword and make the constructor constant with the **const** keyword.

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...

dependencies

This is minimal example: **temp.ts** : ``` export class StateInfo { public state: T;' public changeTime: number; } export enum xxx { jam = "xx", jest = "yy" } export...

when i specify `--edition2018` in cli command, i get `Error: Option parsing failed: Unknown option: --edition2018.` How am i suppose to activate this option? https://github.com/quicktype/quicktype/blob/817c837e0a9df1d796f31f6f85030c85f9fcbec0/src/quicktype-core/language/Rust.ts#L50