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

Bumps [@types/browser-or-node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/browser-or-node) from 1.3.0 to 1.3.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/browser-or-node&package-manager=npm_and_yarn&previous-version=1.3.0&new-version=1.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2. Release notes Sourced from ts-node's releases. Fix tsconfig.json file not found Fixed Fixed tsconfig.json file not found on latest TypeScript version (TypeStrong/ts-node#2091) Commits 057ac1b...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 20.11.19. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.14.0&new-version=20.11.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Currently, there is no way to pass cliOptions in the automated tests, making it difficult to test these flags. This PR aims to solve that with the following: 1. Adds...

example self referential schema: ``` { "id": "http://json-schema.org/geo", "$schema": "http://json-schema.org/draft-06/schema#", "description": "A geographical coordinate", "type": "object", "definitions":{ "Mydef1":{ "type":"object", "properties":{ "test":{ "$ref":"#/definitions/Mydef1" } } } }, "properties": { "latitude": {...

bug
good first issue
input:JSON Schema
TS Zod

(I am not sure if there’s actually interest in this, but I thought I’d share an idea as a PR and we can take it from here.) I am using...

For PHP the UUID is already mapped as a string, but had no implementation yet and threw an error. If you have a schema which includes UUIDs and want to...

This should fix the bug in #2333, but I had to disable the functionality to generate const for not string types. The problem is that the cases in line 957...

Improves encoding of scala 3 enums... the more idiomatic encoding has better ergonomics to work with later