Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

How do I parse a JSON object in C# when I don't know the key in advance?

c# json json.net

Json.NET adding backslash while returning json serialized string

c# .net json .net-4.0 json.net

Json.NET StringEnumConverter not working as expected

c# json serialization json.net

ASP.NET WebAPI JSON Binding Case-Sensitivity

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

Newtonsoft.JSON cannot convert model with TypeConverter attribute

How can I merge two JObject? [duplicate]

c# .net json json.net

How to do recursive descent of json using json.net?

Returning unescaped Json in MVC with Json.Net

c# asp.net-mvc json json.net

Using JSON to Serialize/Deserialize TimeSpan

c# json web-services json.net

Newtonsoft.json assembly package version mismatch

Deserialize array of key value pairs using Json.NET

c# json.net deserialization

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