Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Replace part of a JSON with other (using a string token)

c# json json.net

C# JSON file into list

c# json json.net

How can I deserialize using JSON.NET and preserve the parent object

c# json.net

MVC Applications break after Windows update of Oct 15

JSON.Net Struct Serialization Discrepancy

c# json json.net

What's the best way to cache results of a json.net serialization in memory?

c# asp.net-web-api json.net

Json.net loose vs strict type deserialization

Why is JSON.NET is not working with inheritance while deserializing

c# .net c#-4.0 json.net

Deserialize a json serialized CookieCollection

Why can't serialization callback methods be virtual?

c# .net serialization json.net

Newtonsoft json serializer returns empty object

json json.net

JSON Serialization in Web Api 2 not using ISO 8601 dates

c# asp.net-web-api json.net

Serialize and deserialize HttpRequestMessage objects

c# .net serialization json.net

json.net serialization/deserialization of datetime 'unspecified'

How can I restore the int deserialization behavior after upgrading Json.NET?

c# json.net

StackOverflowException in my JsonConverter class when using [JsonConverter] attribute

.net c#-4.0 json.net

JsonProperty - Use different name for deserialization, but use original name for serialization?

How do I replace the OData V4 default Json Serializer with NewtonSoft's Json Serializer?

How to prevent Json.NET from using use default values for missing constructor parameters while still using default values for properties? [closed]

c# .net json.net