Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

.NET 4.0 Web API Return JSON without escaping characters

How to minimize run time with large data set (Make list of unique objects from list of 93,773 objects)

c# algorithm json.net runtime

Json.Net: Html Helper Method not regenerating

Json.Net and validation of Enums in Web API

Creating a custom JsonConverter to handle System.Text.Encoding objects

c# .net json json.net

Json.net deserialization, child properties that come as an array when empty

How to convert an array to object in JsonConverter

.net json.net serialization

JSON.NET NullValueHandling in JsonPropertyAttribute not working as expected

c# json.net

Parsing JSON properties with spaces into objects

json json.net

Json.Net deserialize object give me empty object

c# json.net

Why is my HttpWebRequest POST method to my WebAPI server failing?

How to Override a Default JsonConverter (specified in an attribute)

c# json .net-core json.net

JObject vs ExpandoObject

c# json.net

JsonConvert deserialize only Class fields

c# json.net

Deserialization to POCO from Json created of XML document does not work with arrays

System.Text.Json serializes a value 1.0 of type double to an value 1 of type int by default