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)
How to use class fields with System.Text.Json.JsonSerializer?(如何将类字段与 System.Text.Json.JsonSerializer 一起使用?)
Serialize dictionary as array (of key value pairs)(将字典序列化为数组(键值对))
How to tell Json.Net globally to apply the StringEnumConverter to all enums(如何全局告诉 Json.Net 将 StringEnumConverter
How does JSON deserialization in C# work(C# 中的 JSON 反序列化如何工作)
Newtonsoft JSON Deserialize(Newtonsoft JSON 反序列化)