quicktype
quicktype copied to clipboard
Generate types and converters from JSON, Schema, and GraphQL
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?: 
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...
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