Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

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

C# to JSON serialization using JSON.Net

json serialization json.net

How to serialize object to json with type info using Newtonsoft.Json?

c# serialization json.net

Force CamelCase on ASP.NET WebAPI Per Controller

Parse json string to find and element (key / value) [duplicate]

c# parsing json.net

How can I ignore unknown enum values during json deserialization?

c# json.net

Type is an interface or abstract class and cannot be instantiated

c# json json.net

Dates without time in ASP.NET Web API's JSON output

Order of fields when serializing the derived class in JSON.NET

c# json serialization json.net

Parsing large JSON file in .NET

Convert an array of string into JArray

c# json.net