Web API serialize properties starting from lowercase letter(Web API 序列化从小写字母开始的属性)
How to improve JSON deserialization speed in .Net? (JSON.net or other?)(如何提高 .Net 中的 JSON 反序列化速度?
Using JSON.net, how do I prevent serializing properties of a derived class, when used in a base class context?(使用 JSO
How to serialize only inherited properties of a class using a JsonConverter(如何使用 JsonConverter 仅序列化类的继
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;在运行时使用
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 和 TypeNameHan
how come BinaryFormatter can serialize an Actionlt;gt; but Json.net cannot(BinaryFormatter 怎么可以序列化一个 Ac
Avoiding default constructors and public property setters(避免默认构造函数和公共属性设置器)
Deserializing custom exceptions in Newtonsoft.Json(反序列化 Newtonsoft.Json 中的自定义异常)