Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

How do I change the default Type for Numeric deserialization?

c# json.net

TypeNameHandling caution in Newtonsoft Json

c# serialization json.net

How to cast JObject in JSON.Net to T

c# json casting json.net

How do you Add or Update a JProperty Value in a JObject

c# json json.net

Add JObject to JObject

c# json linq json.net

Could not determine JSON object type for type "Class"

c# json json.net

Unable to cast object of type 'Newtonsoft.Json.Linq.JObject' to type 'Newtonsoft.Json.Linq.JArray'

c# asp.net-web-api json.net

How do I add a Dictionary<string,string> to an existing JSON.Net's JObject?

json.net

How to ignore JsonProperty(PropertyName = "someName") when serializing json?

c# json serialization json.net

JsonIgnore attributes not working in ASP.NET?

JSON Deserialization with an array of polymorphic objects

c# json asp.net-mvc-3 json.net

Json.NET serializing float/double with minimal decimal places, i.e. no redundant ".0"?

Json.Net PopulateObject Appending list rather than setting value

c# .net json json.net

JSON.Net Xml Serialization misunderstands arrays

c# json json.net

Deserialize nested JSON into C# objects

JSON.Net serializer ignoring JsonProperty?

c# json json.net

Converting dynamic type to dictionary C#

Web Api Model Binding and Polymorphic Inheritance

where to look up newtonsoft json.net breaking changes?

json.net

JSON.NET deserialize to object with Type parameter