Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

RestSharp Methods Throw System.Xml.XMlException "=" is an unexpected token. The expected token is ';'

c# json json.net restsharp

How to deserialize collection with different types?

Check if a key exists in a NewtonSoft JObject C#

json linq json.net

Serialize Newtonsoft JSON to byte array

c# json.net

Is there any convention or built in concept how to inject a Json serializer?

Difference between JToken.ToObject<T>() vs JToken.Value<T>()

c# json json.net

Deserializing variable Type JSON array using DataContractJsonSerializer

c# json json.net