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

Could we make the Xcode Extension available in all regions, please?

This PR fixes #1347 and #1880 - Target Language Name: `C# (System.Text.Json)` - Support `DateOnly` and `TimeOnly` (.NET 6) - Pass all test samples (`test\inputs\json\samples\*.json`)

Convert the following valid JSON to Swift type: ``` [{"meta":{"id":"emancipate","uuid":"38dae960-0ae7-45d9-a9f6-25c8cc0e8fda","sort":"050086400","src":"collegiate","section":"alpha","stems":["emancipate","emancipated","emancipates","emancipating","emancipator","emancipators","emancipatory"],"offensive":false},"hwi":{"hw":"eman*ci*pate","prs":[{"mw":"i-\u02c8man(t)-s\u0259-\u02ccp\u0101t","sound":{"audio":"emanci01","ref":"c","stat":"1"}}]},"fl":"verb","ins":[{"ifc":"-pat*ed","if":"eman*ci*pat*ed"},{"ifc":"-pat*ing","if":"eman*ci*pat*ing"}],"def":[{"vd":"transitive verb","sseq":[[["sense",{"sn":"1","dt":[["text","{bc}to free from restraint, control, or the power of another"]],"sdsense":{"sd":"especially","dt":[["text","{bc}to free from bondage"]]}}]],[["sense",{"sn":"2","dt":[["text","{bc}to release from parental care and responsibility and...

If I generate python code from a typescript definition like: value: boolean | string | number | null; The corresponding python code parser has something like: value = from_union( [from_none,...

bug
Python

* Sample: https://app.quicktype.io?share=nrNqOMPUlJztawoKIlwq Default Swift output has a comment referring to newJSONDecoder, which is not defined. ```swift // This file was generated from JSON Schema using quicktype, do not modify...

Swift

New user is frustrated with pasting text over pokedex

This PR adds scala 3 support for types only, and circe. https://github.com/quicktype/quicktype/pull/1932 I'm unclear what would need to be done to have it merged? Any feedback is welcome.

Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

I noticed `quicktype` cleans up the leading underscores in the field names that are parsed by `--no-just-types` __init__ but not by `--just-types`. > ` rallyAPIMajor = int(from_str(obj.get("_rallyAPIMajor")))` I use **quicktype**...

#1496 added a new option to support Rust 2018 Edition, but it doesn't seem to be published successfully. This PR fixes it.