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

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...

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...

dependencies

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 ⬇️ ![image](https://user-images.githubusercontent.com/55040411/181143041-25e857df-327b-4a9e-9296-ff932f93aba3.png) 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`...