Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

JsonIgnore attributes not working in ASP.NET?

JSON Deserialization with an array of polymorphic objects

c# json asp.net-mvc-3 json.net

Json.NET serializing float/double with minimal decimal places, i.e. no redundant ".0"?

Json.Net PopulateObject Appending list rather than setting value

c# .net json json.net

JSON.Net Xml Serialization misunderstands arrays

c# json json.net

Deserialize nested JSON into C# objects

JSON.Net serializer ignoring JsonProperty?

c# json json.net

Converting dynamic type to dictionary C#

Web Api Model Binding and Polymorphic Inheritance

where to look up newtonsoft json.net breaking changes?

json.net

JSON.NET deserialize to object with Type parameter

ValueTuples lose their property names when serialized

c# json.net tuples valuetuple

Can I optionally turn off the JsonIgnore attribute at runtime?

c# .net json.net

How to use Json.NET for JSON modelbinding in an MVC5 project?

How do I deserialize an array of enum using Json.Net?

c# windows-phone-8 json.net

How to serialize byte[] as simple JSON Array and not as base64 in JSON.net?

JSON.NET How To Reference?

Asp.net WebApi deserializes UTC time string to local time

JSON.Net - Change $type field to another name?

json.net

How to make JSON.Net serializer to call ToString() when serializing a particular type?