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

… #1239 ## Description This fix handles both the cases where the comments might or end with a double quote `"`. ## Related Issue #1239 ## Motivation and Context The...

## Issue Type - quicktype output ## Context (Environment, Version, Language) Input Format: JSON Schema Output Language: Dart CLI, npm, or app.quicktype.io: both Version: 23.0.170 ## Description In [DartRenderer.ts#L233](https://github.com/glideapps/quicktype/blob/be6a937dbfdc28ccffa771eefbe2c0b2e2f517fe/packages/quicktype-core/src/language/Dart/DartRenderer.ts#L233), null/undefined...

bug

## Issue Type When trying to generate code from a schema I get an error ## Context (Environment, Version, Language) Input Format: json schema Output Language: C# CLI, npm, or...

bug

## Context (Input, Language) Input Format: [JSONL](https://jsonlines.org/) (JSON Lines) Output Language: any ## Description Hello, I have used this project often for usual JSON files and it worked great. At...

enhancement

## Context (Input, Language) If you have binary data (e.g. TypeScript ArrayBuffer) and you want to store it in a JSON document, the recommended JSON Schema is: ``` { "type":...

enhancement

Would love to have support, something similar to this: https://jason-ge.medium.com/class-inheritance-and-polymorphism-in-json-schema-6fe74345d208 ## Context (Input, Language) Input Format: JSON Schema Output Language: C#

enhancement

Currently 64-bit integers use the `number` type in generated TypeScript files, but should be `bigint` type instead. ## Context (Input, Language) Example JSON input: ``` { "example32": 9007199254740992, "example64": 9007199254740993...

enhancement

Add a setting to allow the `partial` keyword to be added to generated property. ## Context (Input, Language) Output Language: C# ## Description The `partial` keyword is added to class...

enhancement

## Description Upgraded `graphql` package to latest version and fixed usage of deprecated APIs ## Related Issue - ## Motivation and Context `graphql` v0.11.7 is deprecated and unmaintained > npm...

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 8.34.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.34.0 8.34.0 (2025-06-09) 🚀 Features type-utils: deprecated getSourceFileOfNode function (#11284) 🩹 Fixes typescript-estree: change the token type of...

dependencies
javascript