Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Which is faster asp.net mvc json or json.net? [closed]

asp.net-mvc json json.net

Why does Json.Net call the Equals method on my objects when serializing?

Convert XML to Json Array when only one object

c# .net xml json json.net

How to use a JsonConverter with JToken.ToObject<>() method?

How to Ignoring Fields and Properties Conditionally During Serialization Using JSON.Net?

c# json.net

Serialize Dynamic Property Name for an Object using JSON.NET

c# json serialization json.net

How to use ShouldSerialize[MemberName]() method for a property of type Object?

c# serialization json.net

Merge two objects during serialization using json.net?

c# json serialization json.net

Parse JSON into anonymous object[] using JSON.net

Deserialize only one property of a JSON file

c# json visual-studio json.net

Deserialize json with auto-trimming strings

c# json.net deserialization

JSON.NET Serialize DateTime.MinValue as null

Deserialize a property as an ExpandoObject using JSON.NET

Extract Values from JObject

c# json json.net

Xamarin + JSON.Net

json.net; serialize entity framework object (circular reference error)

Resolve circular references from JSON object

Newtonsoft.Json causing serialization to happen twice causing duplicate definition in the Reference.cs

Json.NET custom serialization with JsonConverter - how to get the "default" behavior

c# json serialization json.net

Property-based type resolution in JSON.NET

c# .net json.net