Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Ignore a property during xml serialization but not during deserialization

Detect if deserialized object is missing a field with the JsonConvert class in Json.NET

Exclude property from serialization via custom attribute (json.net)

Can Newtonsoft Json.NET skip serializing empty lists?

c# list serialization json.net

What is the difference between PreserveReferencesHandling and ReferenceLoopHandling in Json.Net?

Iterating over JSON object in C#

c# json c#-4.0 json.net

Generate JSON object with NewtonSoft in a single line

c# json json.net

How to turn on indentation when writing JSON using Json.net?

c# json json.net

Can you tell JSON.Net to serialize DateTime as Utc even if unspecified?

Ignore parsing errors during JSON.NET data parsing

Find and return JSON differences using newtonsoft in C#?

c# json json.net

Using JsonConvert.DeserializeObject to deserialize Json to a C# POCO class