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

## Description - split top level cli bin index into multiple files #2762 - add unit tests for options parsing and inference - generate unit tests for `makeQuicktypeOptions` - tweak...

Hey, I'm missing your extension on Open-VSX it might be cool when you have time and like to publish there? :) https://open-vsx.org/ Best Regards P.S. If you give me permission,...

## Description This PR introduces integer type inference for Rust targets, providing better control over generated integer types (`i32`/`i64`): 1. Added **`IntegerType` enum** with variants: - `conservative`: Selects `i32`/`i64` based...

## Context (Input, Language) **Input Format:** JSON **Output Language:** Rust ## Description Currently, quicktype always generates `i64` for integer values in Rust, regardless of the actual range of JSON numbers....

enhancement

Hey, this looks like a great project and almost exactly what I'm looking for. The only missing feature I see (so far) is that we rely on[ JSON-Schema `pattern`](https://json-schema.org/understanding-json-schema/reference/regular_expressions.html) in...

## Description Error messages were showing up like so: > Error: Internal error: . This is because of a problem with handling strings in the custom interpolation function. ## How...