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

This makes the Go generator prepend struct field comments, so instead of: ```go type Bar struct { Foo string `json:"foo"` // this bar's foo } ``` ...we get: ```go type...

flutter null safety

Hi there, What's wrong with my JSON?: ![image](https://user-images.githubusercontent.com/22522883/144570700-b1324085-e9cf-40d8-939c-1002a5d9e0e7.png)

add ifndef macro to supress re-definition errors fix #1592

Release Notes: https://github.com/matthew-andrews/isomorphic-fetch/issues/192 The goal is to go from `node-fetch` v1.x to v2.x because of https://github.com/advisories/GHSA-r683-j2x4-v87g

Bumps [moment](https://github.com/moment/moment) from 2.22.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

macOS Monterey Version 12.4 MacBook Pro (14-inch, 2021) Apple M1 Max 64GB Quicktype Version Undefined (Could not find it attached to "About quicktype" info on the mac application. - Open...

As Dart non-nullable is stable now, please add option to generate non-nullable classes with the tool (especially freezed classes)

Flutter null safe

For the new release of dart, @required has changed to required. without the (@) symbol