Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

How to force WebAPI to use JSON.net 6.0.3 instead of 4.5?

How do I save a JSON file with four spaces indentation using JSON.NET?

c# .net json json.net

Replace default JSON serializer in WCF 4 to JSON.NET

c# json wcf c#-4.0 json.net

What is the correct way to use JSON.NET to parse stream of JSON objects?

c# json.net

how to convert IEnumerable<JToken> to JArray

c# linq json.net

How can I add a custom root node when serializing an object with JSON.NET?

Getting an error "Cannot deserialize the current JSON array" when deserializing using Json.Net

c# json json.net

JsonConverter CanConvert does not receive type

c# json.net

Errors parsing JSON using Newtonsoft.Json

c# .net json linq json.net

Deserialize JSON object property to string

c# json serialization json.net

Deserialize JSON as object or array with JSON.Net [duplicate]

c# json 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