Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

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

How do I get json.net to exclude nulls when deseralizing a collection? [duplicate]

c# json json.net

How to deserialize JSON with duplicate property names in the same object

c# serialization json.net

Is the JsonSerializerSettings thread safe?

c# thread-safety json.net

cannot use dynamic type with asp.net vnext core

c# json.net asp.net-core

How to omit/ignore/skip empty object literals in the produced JSON?

c# json.net

Deserialize multiple json objects from a stream using Newtonsoft Json

Json.NET - Serialize generic type wrapper without property name

c# json.net

LINQ and JSON.NET when the property names vary

c# json.net json arcgis-server