Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Parsing a JSON array using Json.Net

c# asp.net json json.net

How to deserialize a unix timestamp (μs) to a DateTime from JSON?

c# json.net

Parse Json string in C#

c# json json.net

How to access elements of a JArray (or iterate over them)

c# .net twitter json.net

Setting the default JSON serializer in ASP.NET MVC

Can I specify a path in an attribute to map a property in my class to a child property in my JSON?

Serialize a container of enums as strings using JSON.net

c# asp.net-web-api json.net

multiple JsonProperty Name assigned to single property

Json.NET Disable the deserialization on DateTime