Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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

What data type should be correct to store JSON content as string?

JSON serializer creates an empty object on failed deserialization instead of null

Deserialize ISO 8601 date time string to C# DateTime

c# json.net

Newtonsoft JSON- Conversion to/from DataSet causes Decimal to become Double?

c# .net json.net

Json.NET deserializing Mongo ObjectId is giving the wrong result

Deserialize JSON that might be an integer or a list of strings in C#

Proper serialization of LocalTime through WebAPI

Use JSON.NET to generate JSON schema with extra attributes

c# json.net jsonschema

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

c# json json.net

How to sort a Newtonsoft JArray?

c# json.net