quicktype
quicktype copied to clipboard
Generate types and converters from JSON, Schema, and GraphQL
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.5 to 0.10.0. Release notes Sourced from shelljs's releases. v0.10.0 What's Changed chore: update deps by @nfischer in shelljs/shelljs#1201 chore: rename master -> main by @nfischer in...
I am using QuickType programmatically in a script to generate bindings for multiple languages, and I would like to be able to specify type-safe renderer options for each language. For...
## Description ## Related Issue ## Motivation and Context ## Previous Behaviour / Output ## New Behaviour / Output ## How Has This Been Tested? ## Screenshots (if appropriate):
in my react web application project, i upgrade [email protected], build the project, has a error ``` fatal - Error: ERROR in node:fs Module build failed: UnhandledSchemeError: Reading from "node:fs" is...
## Issue Type Quicktype output ## Context (Environment, Version, Language) Input Format: json Output Language: php app.quicktype.io: Version: ## Description Chaging between options, PHP code is not outputed. ## Input...
## Issue Type Can't convert JSON to PHP code ## Context (Environment, Version, Language) Input Format: json schema Output Language: PHP CLI, npm, or app.quicktype.io: app.quicktype.io Version: https://app.quicktype.io/ ## Description...
## Issue Type When generating C++ code from a schema that should be a variant of two types, quicktype generates one type full of optionals. ## Context (Environment, Version, Language)...
[sync.txt](https://github.com/quicktype/quicktype/files/10254254/sync.txt) Hi, I have used your online conversion tool for large json files successfully with sometimes minor modifications to the converters. But the one attached does not convert. Or it...
This schema: ` { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "Container", "properties": { "Animal": { "oneOf": [ { "$ref": "#/definitions/Dog" }, { "$ref": "#/definitions/Cat" } ] } }, "definitions": { "Dog":{...