文章列表
Selectively escape HTML in strings during deserialization(在反序列化期间选择性地转义字符串中的 HTML)
Exception parsing json with System.Text.Json.Serialization(使用 System.Text.Json.Serialization 解析 json 的异常)
Deserialize the JSON where the values are field names with JSON.NET(使用 JSON.NET 反序列化其中值是字段名称的 JSON)
How to deserialize Newtonsoft Json.NET references to separate, individual instances(如何反序列化 Newtonsoft Json.NET 对单独实例的引用)
Custom $type value for serialized objects(序列化对象的自定义 $type 值)
Serializing/deserializing arrays with mixed types using Json.NET(使用 Json.NET 对具有混合类型的数组进行序列化/反序列化)
Usage-specific serialization for complex type in Dictionary with JSON.Net(使用 JSON.Net 对字典中的复杂类型进行特定用途的序列化)
How can I deserialize JSON containing delimited JSON?(如何反序列化包含分隔 JSON 的 JSON?)
Json.net serialize numeric properties as string(Json.net 将数字属性序列化为字符串)
Json.Net calls property getter during deserialization of list, resulting in duplicate items(Json.Net在列表反序列化过程中调用属性getter,导致重复项)