quicktype
quicktype copied to clipboard
Generate types and converters from JSON, Schema, and GraphQL
Hello, The code generated for JSON schema by QuickType seems to support nholmann/json library, but does not seem to support RapidJson. Q1 Why is this so? Q2: Are there plans...
Hi, I would love the ability to add prefixed and/or suffixes to the generated classes. ## Context (Input, Language) This is applicable to all languages ## Description Example: { person:...
It would be useful to turn on enum inference for certain fields in types, like "index" fields, since they may become numerous but are often short and unique. At the...
## Issue Type an empty object doesnt get converted to dts ## Context (Environment, Version, Language) Input Format: json schema Output Language: typescript CLI, npm, or app.quicktype.io: Version: https://app.quicktype.io/ ##...
There are myriad tools in the ecosystem to generate types for all the various languages supported by quicktype, **from** proto files, but very little capable of going the other way....
The reason the Objective-C automatic test fails with a "no runner online" type error is because the machine specification "macos11" is deprecated. It should be updated to fix the CI...
## Description Support for keeping original names for the C++ generator. ## Motivation and Context ## Previous Behaviour / Output The CLI had the option for pascal-case, underscore-case, camel-case and...
Is this possible? I can't seem to figure it out Input: ``` # test.graphql type Foo { required: String! optional: String } ``` ``` quicktype --src test.graphql --src-lang graphql --lang...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.5.4. Release notes Sourced from typescript's releases. TypeScript 5.5.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...