New posts in json.net

How to add an extra property into a serialized JSON string using json.net?

Parse Json Array of Strings to Object C#

JSON.NET JObject key comparison case-insensitive

Deserializing JSON array into strongly typed .NET object

'Newtonsoft.Json...' exists in both 'Blend\Newtonsoft.Json.dll' and 'Solution\packages\...\

How to deserialize dodgy JSON (with improperly quoted strings, and missing brackets)?

Newtonsoft JSON.Net SelectToken Issue

Can I decompress and deserialize a file using streams?

Merge two JTokens into one

Remove specific properties from JSON object

json net leading zeros (disable base-cast)

Json.NET JSONPath query not returning expected results

Get Raw json string in Newtonsoft.Json Library

parsing an enumeration in JSON.net

Json.net serialization of custom collection implementing IEnumerable<T>

How can I force a minimum number of decimal places in Json.net?

Using Custom WCF Body Deserialization without changing URI Template Deserialization

How to make JSON.NET StringEnumConverter use hyphen-separated casing

Accessing properties with a dot in their name

How to improve JSON deserialization speed in .Net? (JSON.net or other?)