Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Newtonsoft.Json customize date serialization

c# json serialization json.net

How to convert c# generic list to json using json.net?

c# json generics list json.net

Handling decimal values in Newtonsoft.Json

Deserializing JSON using JSon.NET with dynamic data

ASP.NET Web API Date format in JSON does not serialise successfully

Converting Json.Net JValue to int

c# json.net

JsonSerializer - serialize decimal places with 'N2' formatting

.Net Core 3.0 TimeSpan deserialization error - Fixed in .Net 5.0

Recursively call JsonSerializer in a JsonConverter

JSON.net - field is either string or List<string>

c# windows-phone-7 json.net

How to pass parameter to constructor deserializing json

json.net: specify converter for dictionary keys

c# json.net

What is the use of the StreamingContext parameter in Json.NET Serialization Callbacks?

Asp.net MVC json or Json.net?

.net asp.net-mvc json json.net

JSON.NET as a WebAPI 2 OData serializer vs ODataMediaTypeFormatter

CamelCase only if PropertyName not explicitly set in Json.Net?

c# json.net

Get values and keys in json object using Json.Net C#

c# json json.net

System.Security.Permissions missing when invoking JsonConvert.DeserializeObject<T> in .NET Core 2.0

c# json.net .net-core

Why when I deserialize with JSON.NET ignores my default value?

How do I parse a JSON object in C# when I don't know the key in advance?

c# json json.net