腾讯云618特惠专场

文章列表

Using custom JsonConverter and TypeNameHandling in Json.net(在 Json.net 中使用自定义 JsonConverter 和 TypeNameHandling)
C# JsonConvert using the default converter instead of the custom converter(C# JsonConvert 使用默认转换器而不是自定义转换器)
Using System.Type as lt;Tgt; at runtime when deserializing with Json.Net(使用 System.Type 作为 lt;Tgt;在运行时使用 Json.Net 反序列化)
Deserialize JSON when a value can be an object or an empty array(当值可以是对象或空数组时反序列化 JSON)
How to serialize only inherited properties of a class using a JsonConverter(如何使用 JsonConverter 仅序列化类的继承属性)
Using JSON.net, how do I prevent serializing properties of a derived class, when used in a base class context?(使用 JSON.net,如何防止在基类上下文中使用派生类的属性?)
How to improve JSON deserialization speed in .Net? (JSON.net or other?)(如何提高 .Net 中的 JSON 反序列化速度?(JSON.net 还是其他?))
Web API serialize properties starting from lowercase letter(Web API 序列化从小写字母开始的属性)
JSON.NET JObject - how do I get value from this nested JSON structure(JSON.NET JObject - 我如何从这个嵌套的 JSON 结构中获取价值)
Json.Net And ActionResult(Json.Net 和 ActionResult)