Search code examples
Serialize a JSON Object to Dictionary<string, string>...


c#stringjson.net

Read More
JSON.net ContractResolver vs. JsonConverter...


json.net

Read More
JsonIgnore attributes not working in ASP.NET?...


c#asp.netasp.net-mvcjsonjson.net

Read More
Getting nested JSON element returns an "Accessed JArray values with invalid key value" err...


c#arraysjson.netjson.net

Read More
How do I get a nested value from JSON using Json.NET's JObject?...


c#jsonjson.netjsonpathjpath

Read More
Change the JSON serialization settings of a single ASP.NET Core controller...


c#asp.net-core.net-corejson.netasp.net-core-mvc

Read More
Convert JSON String to C# Object List...


c#jsonjson.net

Read More
JsonConvert.DeserializeObject get Task List returns Null...


json.net

Read More
How can I declare a dynamic property name starting with an @...


c#jsonjson.netexpandoobject

Read More
Passing additional information to a JsonConverter...


c#json.netdeserialization

Read More
How to implement a polymorphic Newtonsoft.Json.JsonConverter?...


c#jsonjson.netpolymorphism

Read More
How do I convert a JSON inner array to an array of objects?...


jsonjson.net

Read More
Cannot apply indexing with [] to an expression of type object...


c#json.netjson.netjson-deserialization

Read More
Order of fields when serializing the derived class in JSON.NET...


c#jsonserializationjson.net

Read More
Unable to cast object of type 'Newtonsoft.Json.Linq.JObject' to type 'Newtonsoft.Json.Li...


c#asp.net-web-apijson.net

Read More
System.Text.Json: Deserialize JSON with automatic casting...


c#asp.net-core.net-corejson.netsystem.text.json

Read More
json.net returning datetime with T how to not show T...


c#jsonvb.netjson.net

Read More
Convert JSON string to dynamic, update property, convert back to JSON...


c#json.netexpandoobject

Read More
Creating JSON on the fly with JObject...


c#jsonjson.net

Read More
Why are required fields not being respected in my JSON schema?...


c#validationjson.netschemajsonschema

Read More
Infinite conversion loop when using custom JsonConverter...


c#jsonjson.net

Read More
How to write the string representation of a class efficiently using Json.Net?...


c#json.netjson.net

Read More
How to parse my json string in C#(4.0)using Newtonsoft.Json package?...


c#jsonc#-4.0json.net

Read More
Json.Net ignore serialized private fields in Unity...


c#jsonunity-game-enginejson.net

Read More
Netwonsoft JsonConvert.Deserialization Throws JsonSerializationException: 'Error converting valu...


c#json.netjson.netdeserialization

Read More
What is the equivalent of Newtonsoft.Json's JsonProperty attribute in System.Text.Json?...


c#jsonjson.netsystem.text.json

Read More
System.Text.Json.Serialization replacement for Netwtonsoft's JsonObjectAttribute NamingStrategy ...


c#.netserializationjson.netsystem.text.json

Read More
Json.Net How to Serialize and Deserialize custom types in custom way...


c#jsonunity-game-enginejson.netjsonconverter

Read More
Read json dictionary with multiple sub keys into unity c# script...


c#jsonunity-game-enginejson.net

Read More
ASP.NET Core API JSON serializersettings per request...


c#serializationasp.net-corejson.netasp.net-core-webapi

Read More
BackNext