Load deep nested schema using JSchema
I have a huge JSON schema with a part of it looking like this:
How to preserve the type of an enum used as a dictionary key when serializing with Newtonsoft.Json?
I have the following enum which I am using as keys in a Dictionary:
How to preserve the type of an enum used as a dictionary key when serializing with Newtonsoft.Json?
I have the following enum which I am using as keys in a Dictionary:
cannot convert from ‘string’ to ‘Newtonsoft.Json.JsonReader’CS1503 error showing up how to i convert to newtonsoft.Json.JsonReader?
I was trying to retrive information from a json file and save it to mapCollision and layers
but CS1503 error showing up
Filtering using Newtonsoft with multiple conditions in C#
I’m trying to extract values from json using Newtonsoft, but I’m having some problems.
Below is the json snippet I use:
Treating {} as null when deserializing json objects using custom JsonConverter
I have a custom JsonConverter that interprets a json object that is a polymorphic class, and generates the correct subclass based on a child property.
Deserialize JSON(not in an array) with C# and write to a SQL table
Would like some help in parsing the JSON and insert (or at least output the key value pairs) without a specific class/object.
Hello . I’m working on a project and I need to convert a vless string to json but it has @ and another symbol. can anyone help me?
string i want to convert:
vless://Parsashonam-8@[2a01:4f9:c011:1622::1]:12535?type=tcp&security=none#❔XX | ???? | vless | @Parsashonam | 5
Reading Json number as a string
What I need:
Is it posible to deserialize JSON to a generics object in C# and have the property name be dynamic?
I would be happy to use either of NewtonSoft or System.Text.Json deserializers.
I’ll have many different responses coming from an API, and would prefer not to write up seperate response objects for each.