Deserialize nested JSON into C# objects(将嵌套的 JSON 反序列化为 C# 对象)
How to programmatically choose a constructor during deserialization?(如何在反序列化期间以编程方式选择构造
Json.Net - Serialize property name without quotes(Json.Net - 序列化不带引号的属性名称)
How to call JsonConvert.DeserializeObject and disable a JsonConverter applied to a base type via [JsonConverter]?(如何调
How to deserialize JSON with duplicate property names in the same object(如何在同一对象中反序列化具有重复属
How do I convert an escaped JSON string within a JSON object?(如何在 JSON 对象中转换转义的 JSON 字符串?)
Registering a custom JsonConverter globally in Json.Net(在 Json.Net 中全局注册自定义 JsonConverter)
Configure JSON.NET to ignore DataContract/DataMember attributes(配置 JSON.NET 以忽略 DataContract/DataMember 属性)
How can I serialize/deserialize a dictionary with custom keys using Json.Net?(如何使用 Json.Net 序列化/反序列化带
Serialize Property, but Do Not Deserialize Property in Json.Net(序列化属性,但不要反序列化 Json.Net 中的属性
Order of serialized fields using JSON.NET(使用 JSON.NET 的序列化字段的顺序)
Deserializing JSON with unknown object names(使用未知对象名称反序列化 JSON)