Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Adding properties to nested objects during JSON serialization of EF model

Unable to deserialize an object with a byte array property using Json.NET 8.0.1

c# serialization json.net

Json.Net cannot serialize property of a class derived from dictionary

serialization json.net

Deserialize json with json.net c#

c# json.net

Convert from JSon to Object Collection

c# json serialization json.net

Json.Net cannot deserialize DateTime.MinValue

Handling reference loops in JSON.net

c# json json.net

Deserialize into correct child objects

c# json serialization json.net

partial serialization of json string: take only top level with JSON.NET

c# json serialization json.net

Flattening nested JSON object in JSON.NET

c# json.net

Deserialize JSON object with blank array

How to detect duplicate keys in Web Api Post request Json

Additional information: Error converting value [string] to type [enum]

Deserialize two slightly different JSON strings (same structure, different names) to the same class

c# json.net deserialization

Distinguish byte[] and string from JSON .NET

c# .net json json.net bytearray

Serialize one to many relationships in Json.net

JSON .Net not respecting PreserveReferencesHandling on Deserialization

c# json.net

Newtonsoft Json.NET version incompatibility (DLL hell)

System.Text.Json: Deserialize JSON with automatic casting

How to use class fields with System.Text.Json.JsonSerializer?