quicktype
quicktype copied to clipboard
Generate types and converters from JSON, Schema, and GraphQL
Hello, I have a nested JSON file that looks something like this "FirstName":"Adam","Relatives":{"Males":{"Brothers":{"label":"Brothers of Adam"... etc. I am able to access the the string "Adam" using Newtonsoft JSON writing something...
NOTE: This is a placeholder issue for an upcoming PR where I will try to implement the suggested improvements. As a user of the generated typescript type validation code, I...
PHP
Bumps [ajv](https://github.com/ajv-validator/ajv) from 5.5.2 to 6.12.3. Release notes Sourced from ajv's releases. v6.12.3 Pass schema object to processCode function Option for strictNumbers (@issacgerges, #1128) Fixed vulnerability related to untrusted schemas...
Currently, quicktype is using newtonsoft json, one of the slowest json libraries for C#, which is a shame. I suggest moving (or adding an alternative) to either Utf8Json or Spanjson...
https://github.com/pelotom/runtypes
Here's what I mean ⬇️  Please add close or minimize button
.Net Core 3 comes with its own set of classes to serialise and deserialise JSON, located in the `System.Text.Json` and `System.Text.Json.Serialization`. Previous versions used to rely on `Newtonsoft.Json` and `Newtonsoft.Json.Converters`...