文章列表
How to get property from dynamic JObject programmatically(如何以编程方式从动态 JObject 获取属性)
Generic method of modifying JSON before being returned to client(在返回给客户端之前修改 JSON 的通用方法)
How to force JsonConverter.WriteJson() to be called for a null value(如何强制为空值调用 JsonConverter.WriteJson())
Override Json deserializing a number with a leading zero as a decimal and not an octal value(覆盖 Json 反序列化带有前导零的数字作为十进制而不是八进制值)
running a transformation on a Json DeserializeObject for a property(对属性的 Json DeserializeObject 运行转换)
Serialize/Deserialize dynamic property name using JSON.NET(使用 JSON.NET 序列化/反序列化动态属性名称)
JSON.NET JObject key comparison case-insensitive(JSON.NET JObject 键比较不区分大小写)
Serialize .Net object to json, controlled using xml attributes(将 .Net 对象序列化为 json,使用 xml 属性进行控制)
Json.NET - Serialize generic type wrapper without property name(Json.NET - 序列化没有属性名称的泛型类型包装器)
Deserializing JSON with numbers as keys(以数字为键反序列化 JSON)