Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Web API project won't run when its deployed - Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0

Json.NET StringEnumConverter not always working

c# enums json.net

Can I serialize nested properties to my class in one operation with Json.net?

c# multithreading json.net

How to create JSON from strings without creating a custom class using JSON.Net library

how to have Web Api send Json.net Serialized string object back to client Correctly?

Cannot access properties after JSON deserialization into dynamic

Populate an existing object with JSON

Serialize object of multiple classes into a single JSON using Json.NET

c# asp.net json json.net