How to deserialize a unix timestamp (μs) to a DateTime from JSON?(如何将 unix 时间戳 (μs) 从 JSON 反序列化为 DateTime?)
Newtonsoft JSON.net deserialization error where fields in JSON change order(Newtonsoft JSON.net 反序列化错误,其中 JSON 中的字段更改顺序)
Json.NET serialize by depth and attribute(Json.NET 按深度和属性序列化)
Alternate property name while deserializing(反序列化时的备用属性名称)
How to deserialize a JSON array into an object using Json.Net?(如何使用 Json.Net 将 JSON 数组反序列化为对象?)
Set default global json serializer settings(设置默认全局 json 序列化程序设置)
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 deserialize JSON with duplicate property names in the same object(如何在同一对象中反序列化具有重复属性名称的 JSON)
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)
Serialize dictionary as array (of key value pairs)(将字典序列化为数组(键值对))
How does JSON deserialization in C# work(C# 中的 JSON 反序列化如何工作)
Newtonsoft JSON Deserialize(Newtonsoft JSON 反序列化)
Deserializing JSON when key values are unknown(当键值未知时反序列化 JSON)
Json.NET deserialize or serialize json string and map properties to different property names defined at runtime(Json.NET 反序列化或序列化 json 字符串并将属性映射到运行时定义的不同属性名称)
Json.NET Disable the deserialization on DateTime(Json.NET 在 DateTime 上禁用反序列化)
How can I ignore unknown enum values during json deserialization?(如何在 json 反序列化期间忽略未知的枚举值?)
Cannot deserialize the current JSON object (e.g. {quot;namequot;:quot;valuequot;}) into type #39;System.Collections.Generic.List`1(无法将当前 JSON 对象(例如 {“name:“value})反序列化为“System.Collections.Generic.List类型)
Deserializing JSON when sometimes array and sometimes object(有时是数组有时是对象时反序列化JSON)
SonarLint V3: Fields in a quot;Serializablequot; class should either be transient or serializable for List interface(SonarLint V3:“Serializable中的字段;对于 List 接口,类应该是瞬态的或可序列化的)
Deserializing JSON Object Array with Json.net(使用 Json.net 反序列化 JSON 对象数组)