Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Deserialize json character as enumeration

Json.Net: JsonSerializer-Attribute for custom naming [duplicate]

c# json serialization json.net

Deserialize JSON to 2 different models

c# json json.net

Remove Properties From a Json String using newtonsoft

c# json.net

JSON.NET JsonConvert vs .NET JavaScriptSerializer [closed]

.net json json.net

JSON.NET and nHibernate Lazy Loading of Collections

nhibernate json.net

Does Json.NET cache types' serialization information?

Change the JSON serialization settings of a single ASP.NET Core controller

Handling null objects in custom JsonConverter's ReadJson method

c# json json.net

JSON.NET: How to deserialize interface property based on parent (holder) object value?

custom serializer for just one property in Json.NET

serialization json.net

JsonSerializerSettings and Asp.Net Core

c# json.net asp.net-core

Parse json string using JSON.NET

c# asp.net json json.net

What is the existingValue parameter used for in the ReadJson method of a JsonConverter?

json.net

Is there a way to use Json.Net deserialization with immutable classes?

c# json.net immutability

How to parse my json string in C#(4.0)using Newtonsoft.Json package?

c# json c#-4.0 json.net

How to deserialize a JSON property that can be two different data types using Json.NET

c# json serialization json.net

Ignore property when null using the new Net Core 3.0 Json

Using JSON.net, how do I prevent serializing properties of a derived class, when used in a base class context?

c# serialization json.net

how to remove $id during JSON serialization

json.net