Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

How do I tell RavenDB to ignore a property but not WebAPI?

How do I skip default JavaScript array serialization for IEnumerable types in Json.Net?

MVC WebApi HttpGet with complex object

Json.Net calls property getter during deserialization of list, resulting in duplicate items

Convert datetime string with this format: (yyyy-MM-dd'T'hh:mm:ss-zzz)

c# datetime json.net

JSON.NET: Obtain JObject from JProperty Value

json.net

Insecure deserialization using Json.NET

c# security json.net

Exception converting JSON.NET JObject to JsonResult

asp.net-mvc json json.net

How can I deserialize JSON containing delimited JSON?

c# json.net

Order of properties get messed up when serialized by JSON.NET

c# json serialization json.net

Check if a response string is a JSON Object or an XML?

c# json json.net

replace WCF built-in JavascriptSerializer with Newtonsoft Json.Net json serializer

Configuring JsonNetSerializer and JsonNetBodyDeserializer using Nancy TinyIoC

c# json.net nancy tinyioc

In JsonSchema, the format value should be set as "full-date" or "date"?

How to check if object is JProperty or JArray

json.net

json deserialize from legacy property names

Unable to cast object of type 'Newtonsoft.Json.Linq.JArray' to type 'System.Collections.Generic.List`

Deserialize json array to c# list object

Streaming large list of data as JSON format using Json.net

c# json asp.net-mvc json.net

Deserialize json array of dictionaries in c#

c# json json.net