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

Make all properties optional not working for dart

need info
Dart

Map toJson() => { "category_id": categoryId, "category_name": categoryName, "category_image": categoryImage }; error: Missing type arguments for map literal. (implicit_dynamic_map_literal)

Please add an option in the Options list that let me replace `"` by `'`. This is the recommended notation by Dart. For instance, this is [the code generated by...

I use quicktype to generate c++ classes from the OCI runtime spec. And I got some types that cannot be compiled without include Generators.hpp. for examples ```cpp #pragma once #include...

As shown in the image below: ![image](https://github.com/glideapps/quicktype/assets/44601122/ef05995a-643c-4e8d-a2b3-979a007e545e) Enums will always be sorted on their name alphabetically. This will lead to unexpected behaviour with values being swapped. ``` enum RandomDay{ Monday,...

rendering

Can you add an entry to https://github.com/quicktype/quicktype/tags for future versions published on https://www.npmjs.com/package/quicktype?activeTab=versions ? That lets Linux distros build quicktype from source.

Some JSON i pasted recently generated this: | Screenshot from browser | |-| | ![image](https://github.com/glideapps/quicktype/assets/118385137/1d4b724f-fb69-4b05-b776-415a322dda16) | I'm using STJ but `JsonToken` belongs to NewtonSoft. I believe the equivalent is `JsonTokenType`...

bug
C#

Where there is an object type defined in a definitions section, whether in the same file or in an external one, every usage of that shared object definitions gets a...

enhancement
C#
rendering

I would like to output a graphql schema (input is jsonschema).

new language