quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Generate types and converters from JSON, Schema, and GraphQL

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

We are trying to create a JSON to capture the user defined functions. By using this data we need to generate a C# class file using quicktype. But I do...

C#

I can't see the bottom of the code because you have a top layer Promo bar, advertising something about job openings...

Please add support for null safety in dart language.

From an Intercom user: They'd like quicktype to give default values to properties for the case of instantiating those classes, not for the case where the properties are missing when...

Is there a setting for quicktyp to force splitting interfaces if types overlap with each other? I tried all settings on the [app.quicktype.io](https://app.quicktype.io/) sandbox, but couldn't find a solution for...

I'm using golang generator to generate type names with some custom enum values, such as ```json "enum": [ "HLS", "DASH", "MSS" ] ``` These are not in the built-in acronym...

It makes more sense since the `_integerType` is also set to `int64_t`. So in this generated code, we would now compare the `int64_t value` with `*c.get_min_value()` (also int64_t ): ```cpp...

hello, I have used QuickType its very helpful but from 2 hours the response data can not be converted to model what is issue ,please solve this issue ![Screenshot 2022-03-14...

It seems like `lodash` is being referenced in the compiled (dist/) output. If you attempt to use the package, it will throw an error. > Error: Cannot find module 'lodash'...