quicktype
quicktype copied to clipboard
Generate types and converters from JSON, Schema, and GraphQL
could this extension publish in open-vsc. https://open-vsx.org/
## 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) ##...
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...
## 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...
## 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...