Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

JSON.Net get native type of value

c# json types json.net

Json.NET - Default deserialization behavior for a single property in CustomCreationConverter

Json.NET Custom JsonConverter with data types

Avoid using the JsonIgnore attribute in a domain model

c# .net json.net

How Mock JsonReader unit testing a custom JsonConverter

How to unit test a custom JsonConverter

How can I deserialize integer number to int, not to long?

c# json.net deserialization

Serializing an interface/abstract object using NewtonSoft.JSON

c# json serialization json.net

Can I distribute JSON.NET with my commercial application? [closed]

c# .net json json.net

How do I get json.net to serialize members of a class deriving from List<T>?

c# serialization json.net

Overriding a property value in custom JSON.net contract resolver

c# json json.net

Deserializing such that a field is an empty list rather than null

Json.NET Primitive Types - use Decimal instead of Double

c# json.net

Json.NET deserialize or serialize json string and map properties to different property names defined at runtime

Newtonsoft.Json.JsonSerializationException (Error getting value from 'Value' on 'System.Data.SqlTypes.SqlDouble) serializing SqlGeography

Deserialize JSON to anonymous object using JSON.NET

c# asp.net json json.net

How to use custom reference resolving with JSON.NET

c# json json.net

Add a custom attribute to json.net

c# .net attributes json.net

How to increase the json size limit for ASP.NET WebAPI Post call?

DI and JSON.NET