Making a property deserialize but not serialize with json.net(使属性反序列化但不使用 json.net 序列化)
JSON.Net: Force serialization of all private fields and all fields in sub-classes(JSON.Net:强制序列化所有私有字段
What is the correct way to use JSON.NET to parse stream of JSON objects?(使用 JSON.NET 解析 JSON 对象流的正确方法
Specifying a custom DateTime format when serializing with Json.Net(使用 Json.Net 序列化时指定自定义 DateTime 格
How can I deserialize a child object with dynamic (numeric) key names?(如何反序列化具有动态(数字)键名的子对
Deserialize JSON to C# Classes(将 JSON 反序列化为 C# 类)
how to deserialize JSON into IEnumerablelt;BaseTypegt; with Newtonsoft JSON.NET(如何将 JSON 反序列化为 IEnumerabl
Casting interfaces for deserialization in JSON.NET(在 JSON.NET 中反序列化的转换接口)
Can Json.NET serialize / deserialize to / from a stream?(Json.NET 可以对流进行序列化/反序列化吗?)
Detect if deserialized object is missing a field with the JsonConvert class in Json.NET(检测反序列化对象是否缺少
Where did IMvcBuilder AddJsonOptions go in .Net Core 3.0?(.Net Core 3.0 中的 IMvcBuilder AddJsonOptions 去了哪里?)
Line delimited json serializing and de-serializing(行分隔的 json 序列化和反序列化)