Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

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

Could not load file or assembly 'Newtonsoft.Json' or one of its dependencies

Serialize nhibernate entity to json error: Cannot serialize a Session while connected

deserialize list of objects using json.net

Json.net rename properties

c# .net json json.net rename

How do I disable object reference creation in the Newtonsoft JSON serializer?

c# asp.net json json.net

Unable to cast object of type 'Newtonsoft.Json.Linq.JObject' to type 'System.Runtime.Serialization.ISafeSerializationData'

Serialize a Json property that is sometimes an array [duplicate]

c# json.net

How to convert any pascal case JSON object to camel case JSON object?

Deserialize JSON Dictionary with StringComparer

JsonSerializationException 'Unable to find a constructor' on Xamarin.Android

Parsing ISO Duration with JSON.Net

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

Finding a node (JObject) within JArray using JSON.NET library

c# json json.net