编程问答

Deserialize JSON when a value can be an object or an empty array(当值可以是对象或空数组时反序列化 JSON)
Using System.Type as lt;Tgt; at runtime when deserializing with Json.Net(使用 System.Type 作为 lt;Tgt;在运行时使用 Json.Net 反序列化)
Discarding garbage characters after json object with Json.Net(使用 Json.Net 在 json 对象后丢弃垃圾字符)
C# JsonConvert using the default converter instead of the custom converter(C# JsonConvert 使用默认转换器而不是自定义转换器)
Using custom JsonConverter and TypeNameHandling in Json.net(在 Json.net 中使用自定义 JsonConverter 和 TypeNameHandling)
how come BinaryFormatter can serialize an Actionlt;gt; but Json.net cannot(BinaryFormatter 怎么可以序列化一个 Actionlt;gt;但 Json.net 不能)
Deserializing custom exceptions in Newtonsoft.Json(反序列化 Newtonsoft.Json 中的自定义异常)
Newtonsoft JsonSerializer - Lower case properties and dictionary(Newtonsoft JsonSerializer - 小写属性和字典)
Extract data from Json string(从 Json 字符串中提取数据)
JSON.Net Xml Serialization misunderstands arrays(JSON.Net Xml 序列化误解了数组)
Generate JSON object with NewtonSoft in a single line(使用 NewtonSoft 在一行中生成 JSON 对象)
Convert object of any type to JObject with Json.NET(使用 Json.NET 将任何类型的对象转换为 JObject)