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

## Description * Fix text in C++ default statement * Fix some typos in comments ## Related Issue None that I know of. ## Motivation and Context It fixes an...

## Description Adds a `--enum-type-name-suffix` flag (defaults to false) that will generate Golang enums with their type appended to member names (e.g. `Red Colour = "RED"` -> `RedColour Colour =...

## Context (Input, Language) Input Format: **schema** Output Language: **go** ## Description When generating go code from schemas within a single package, different enums with the same named members will...

enhancement

![image](https://user-images.githubusercontent.com/6982589/63847695-edadb980-c9c0-11e9-9330-d4b0e9bdc70f.png) ![image](https://user-images.githubusercontent.com/6982589/63847796-20f04880-c9c1-11e9-981f-87577ffc434a.png) "Integer" is not valid format in JsonSchema, why quicktype expose this?

## Issue Type This is about packages pulled in by using Quicktype ## Context (Environment, Version, Language) This is about output from `npm install` CLI, npm, or app.quicktype.io: `npm install`...

bug

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.5.2. Release notes Sourced from typescript's releases. TypeScript 5.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

After compiling with esbuild, I got this error when running in the browser. My code is very simple: // json-to-class.js ```javascript import {quicktype, InputData, jsonInputForTargetLanguage,} from "quicktype-core"; (function (root) {...

bug

## Description - Add command line switch to turn on generation of source/header pairs. - Generate definitions in header files - Generate implementations in source files - Name source files...

Add a way to generate source files instead of only header files. ## Context (Input, Language) Input Format: json schema Output Language: C (cJSON) ## Description Header only makes it...

enhancement

## Context (Input, Language) Output Language: Swift ## Description With the push for sendable adherence from Apple I want to suggest we change the approach to the JSONAny object that...

enhancement