Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Serializing to JSON, Nullable Date gets omitted using Json.NET and Web API despite specifying NullValueHandling

Partially deserialize with JSON.NET, keeping some fields raw

Deserialize multiple objects from stream by json.net

c# json json.net streamreader

How can I select an object type to deserialize using Json.Net based on property values in the data

Saving data into multiple collections in DocumentDb

How to deserialize a read only List with Json.Net

Json.Net deserialising DateTimes inconsistently

c# json date datetime json.net

How to deserialize JSON which can be an array or a single object

json vb.net json.net

Deserialize malformed JSON with JSON.NET [duplicate]

c# json.net

Referring to dynamic members of C# 'dynamic' object

c# dynamic json.net

deserialize empty String to a List<string>

c# json json.net

converting problems between doubles and strings in Newtonsoft.Json.net

c# json.net

Newtonsoft Json deserialize to dynamic list with boolean property turns into string

c# json json.net

MVC website doesn't receive string from client

c# asp.net-mvc json.net

Getting the JsonPropertyAttribute of a Property

Deserializing a list of objects with different names in JSON.NET

DeserializeObject<T> returns object with null/default values [duplicate]

c# json.net

System.OutOfMemoryException when merging Newtonsoft.Json

Add a JSON string to an existing one in C#

c# json.net

In which cases JsonConvert.DeserializeObject<T> actually returns null?