New posts in json.net

How best to turn a JArray of type Type into an array of Types?

json deserialize from legacy property names

Convert DataTable to JSON with key per row

Deserialize json that has some property name starting with a number

SignalR Typenamehandling

How to apply ObjectCreationHandling.Replace to selected properties when deserializing JSON?

Newtonsoft.Json serialization returns empty json object

Json.Net adding $id to EF objects despite setting PreserveReferencesHandling to "None"

Serializing an interface/abstract object using NewtonSoft.JSON

DateTime column type becomes String type after deserializing DataTable

How to omit/ignore/skip empty object literals in the produced JSON?

Merge two Json.NET arrays by concatenating contained elements

Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1

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

JObject how to read values in the array?

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

How to return JSon object

Deserializing JSON to abstract class

Is there a way in Json.NET serialization to distinguish between "null because not present" and "null because null"?

How to deserialize a unix timestamp (μs) to a DateTime from JSON?