quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Generate types and converters from JSON, Schema, and GraphQL

Results 406 quicktype issues
Sort by recently updated
recently updated
newest added

could this extension publish in open-vsc. https://open-vsx.org/

enhancement

## Description * Added support for handling both integer and double types in a union case. * Introduced a variable generator to manage variable naming dynamically. * Updated decoder transformer...

## Issue Type quicktype output bug (C# System.Text.Json renderer) ## Context (Environment, Version, Language) Input Format: JSON Output Language: C# (System.Text.Json) CLI, npm, or app.quicktype.io: Any Version: master (latest) ##...

bug

We use quicktype to generate a json schema from a CRD but are noticing we are getting incorrect descriptions. ## Issue Type The issue is with the output ```bash #!/bin/bash...

bug

## Summary This PR adds support for the `unevaluatedProperties` keyword from JSON Schema draft 2019-09/2020-12. ## Problem When using JSON Schema with `unevaluatedProperties`, quicktype was generating incorrect types. For example,...

## Description Includes enumeration name in std::runtime_error message for enum deserialization failure. ## Related Issue #2796 ## Motivation and Context #2796 ## Previous Behaviour / Output std::runtime_error is raised with...

Currently, a vague exception message is provided ("Input JSON does not conform to schema!"), which leaves no useful guidance for what part of the JSON does not conform. Providing the...

enhancement

## Description In python 3.9 and onwards, some generics are type hinted differently (Dict, List should be lowercase dict, list instead) as well as some syntax changes (Optional[Type] syntax replaced...

When targetting typescript interfaces, an empty object in the samples generates an empty interface. An empty interface, as per the linter has a big drawback: > An empty interface declaration...

bug