Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Json.NET get nested jToken value

json.net

TypeNameHandling with attribute on a class

c# json.net

How to access children values of a JObject

c# json.net

How to deserialize a dynamically named root node with json.NET

c# json.net deserialization

c# Json.net DbGeography deserialize error

Can I decompress and deserialize a file using streams?

c# stream json.net gzipstream

How to ignore $type during deserialization

c# json.net

Assembly 'System.Web.Http, ...' uses 'Newtonsoft.Json, Version=6.0.0.0...' which has a higher version than referenced assembly

c# asp.net json.net

Json.Net messes up timezones for DateTimeOffset when serializing

Json.NET - Add JObject to JArray

c# json json.net

Can't make MVC4 WebApi include null fields in JSON

asp.net-web-api json.net

C#, JSON Parsing, dynamic variable. How to check type?

JSON.Net deserialize string which contains special characters

c# asp.net-mvc json json.net

How to convert the following JSON array into IDictionary<string, object>?

c# json json.net

JSON.Net - cannot deserialize the current json object (e.g. {"name":"value"}) into type 'system.collections.generic.list`1

Inheritance from Jobject Newtonsoft

c# serialization json.net

How do I serialize properties of type JToken or JObject in Elasticsearch NEST?

What namespace has JObject in json.net?

asp.net-mvc json.net

Reading JSON files with C# and JSON.net

c# json json.net

Why does this anonymous type not deserialize properly using JsonConvert.DeserializeAnonymousType?