Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

How to improve JSON deserialization speed in .Net? (JSON.net or other?)

Why does Json.NET DeserializeObject change the timezone to local time?

c# json.net datetimeoffset

Registering a custom JsonConverter globally in Json.Net

c# json.net

Convert an int to bool with Json.Net [duplicate]

asp.net core 1.0 web api use camelcase

'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'

.net json.net jsonparser

Argument Exception when creating JObject

c# json json.net

Json.net serialize specific private field

c# serialization json.net

JSON.Net: Force serialization of all private fields and all fields in sub-classes

c# json.net

How do I use JSON.NET to deserialize into nested/recursive Dictionary and List?

Is there a way to ignore get-only properties in Json.NET without using JsonIgnore attributes?

c# json json.net

Deserializing JSON when sometimes array and sometimes object

Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1

c# json facebook json.net

Web API serialize properties starting from lowercase letter

Deserializing dates with dd/MM/yyyy format using Json.Net

c# json json.net

How best to turn a JArray of type Type into an array of Types?

c# json.net

Using JSON.NET to return ActionResult [duplicate]

Newtonsoft.Json serialization returns empty json object

asp.net json json.net

JObject how to read values in the array?

c# json.net

Deserializing JSON to abstract class

c# json serialization json.net