Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

parsing JSON array of objects: "The best overloaded method match has some invalid arguments"

c# .net json json.net

How to avoid the ROOT Element when parsing from XML to JSON in C#

c# .net xml json json.net

What's the best way to jSON serialize a .NET DataTable in WCF?

Null-coalescing operator returning null for properties of dynamic objects

Is it possible to serialize DateTimeOffset to zulu time string with Json.NET?

c# json.net datetimeoffset

JObject nested property

c# json json.net

Unable to cast object of type 'Newtonsoft.Json.Linq.JObject' to type <MyClass>

c# json.net

Debugging JSON.NET

c# xamarin.ios json.net

Get Raw json string in Newtonsoft.Json Library

.net json json.net

JSON date from tweeter to C# format

c# json json.net date-format

JObject.ToBsonDocument dropping values

json.net mlab

Serializing multiple DateTime properties in the same class using different formats for each one

System.Net.Http.Formatting.dll causing issues with Newtonsoft.Json

Why is there a JConstructor?

json.net vs DataContractJsonSerializer

c# .net asp.net json json.net

How to omit empty collections when serializing with Json.NET

c# json json.net

Which is faster asp.net mvc json or json.net? [closed]

asp.net-mvc json json.net

Why does Json.Net call the Equals method on my objects when serializing?

Convert XML to Json Array when only one object

c# .net xml json json.net

How to use a JsonConverter with JToken.ToObject<>() method?