Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Parsing JSON string to .NET Object

c# .net json json.net

How to ignore navigation properties when serializing

Characters Å Ä Ö is not getting displayed in my DDL, how can I tell restclient to utilize a specific charset?

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

Error when trying to deserialize json string with json.Net

c# json.net

Web API/JsonMediaTypeFormatter accepts Invalid JSON and passes null argument to action

asp.net-web-api json.net

JSON.Net Serialization of NHibernate Proxies (NH 3.3.2.4000)

nhibernate proxy json.net

Json.NET custom serialization/deserialization of a third party type

c# json.net

JSON serialization of generics

Custom JsonConverter is ignored for DEserialization when using custom contract resolver instead of JsonConverter attribute

c# .net serialization json.net

Parsing (many) JSON different objects to C# classes. Is strongly typed better?

c# php json json.net

Set accessor not being called when I deserialise object from Json.net

How to use a default value for JSON.net for properties with invalid values

c# json json.net

Deserialize object based on value type in property

How can I populate an optional collection property with a default value?

Why does the Newtonsoft deserializer not deserialize a smart getter?

c# json.net

How do I deserialize an array of JSON objects to a C# anonymous type?

c# json json.net

Static property is null after being assigned

c# json.net

Can I determine whether the string can deserialize by newtonsoft?

c# json.net

How to sort a Newtonsoft JArray?

c# json.net

Why ServiceStack.Text doesn't default dates to iso8601?