Search code examples
How to get value of a key by referencing another key in the same JSON?? Also how to add string to th...


c#.netjson.netdotnet-httpclienthttpclientfactory

Read More
Deserialize JSON with same answer property name but differents properties inside...


c#json.net

Read More
How to handle a json field, which can be one of two different types?...


c#jsonserializationjson.net

Read More
Unable to convert XML to JSON using [newtonsoft.Json.JsonConvert]::SerializeXmlNode method in powers...


powershelljson.net

Read More
How to create a list from a specific key inside the nested object of JSON response?...


c#json.netjson.net

Read More
How to check if a nested list of objects inside a JSON response is empty or not?...


c#json.netjson.net

Read More
Writing a class for JSON data with multiple possible types for a field...


c#jsonjson.netdiscriminated-union

Read More
How to serialize an object with multiple string properties to a json array of objects with one strin...


c#jsonjson.net

Read More
Checking if properties with specific values exist with JSON Path in Json.net...


c#jsonjson.netjsonpath

Read More
Parse data from multiple json arrays C#...


c#jsonjson.net

Read More
How to deserialize json array with nulls to non-nullable int list with JSON.NET?...


c#jsonjson.net

Read More
How to create a list from nested JSON...


c#.netjson.net

Read More
How to use SelectToken() when a property name contains indexer characters []...


json.netjsonpath

Read More
convert json response to dynamic specific object in .net C#...


c#jsonasp.net-corejson.netasp.net-core-3.1

Read More
How do I skip default JavaScript array serialization for IEnumerable types in Json.Net?...


c#jsonserializationjson.netienumerable

Read More
JSON.Net - How to deserialize a nested field of a custom type...


c#jsonjson.netdeserializationjsonconverter

Read More
Nested item in json array is not being deserialized...


c#.net-corejson.net

Read More
Json deserialization with member names with leading or trailing spaces...


jsonjson.netjson-deserialization

Read More
How to configure two JSON serializers and select the correct one based on the route...


c#.netasp.net-corejson.netsystem.text.json

Read More
Improve performance of XmlSerializer...


c#xmlserializationjson.net

Read More
Convert XML to JSON and then deserialize to object...


c#jsonxmljson.net

Read More
How to cast Newtonsoft.Json.Linq.JObject to complex type?...


c#json.net

Read More
Custom JsonConverter is failing after changing the ContractResolver in the default settings...


c#json.net

Read More
Deserialize json where properties have an object instead of an array when there would be only one en...


c#json.net

Read More
Unable to Deserialize Json in WebApi with JsonSubTypes in .NET 5, although able to in Console App...


c#jsonasp.net-mvcjson.net.net-5

Read More
How to rename key value pair within a nested json structure in C#...


c#jsonasp.net-mvcjson.net

Read More
Convert List<string> to JSON using C# and Newtonsoft...


c#jsonjson.net

Read More
.NET Newtonsoft Allow property to be only serialised...


c#asp.netjson.net

Read More
How to change a key value pair within a nested json structure C#...


c#jsonasp.net-mvcjson.net

Read More
How to set FloatParseHandling.Decimal for custom JsonConverter?...


c#.netjson.netjsonconverter

Read More
BackNext