Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Convert IQueryable generic to JSON

Serializing heavily linked data in .NET (customizing JSON.NET references)

How can I use JSON.NET to handle a value that is sometimes an object and sometimes an array of the object?

Deserialize JSON to subclasses

c# json.net

Parse a Json Array in to a class in c#

c# arrays json json.net

Using default JsonSerializer when decorating class with JsonConverterAttribute

How to simplify casting of a JToken based on its JTokenType

c# json.net

Typescript -> To what cast a Dictionary from Json.net

Circular reference exception when serializing LINQ to SQL classes

JSon.NET DeserializeObject<List<T>> not returning list nor giving error

serialization json.net

Json.NET: Deserializing Nested Json

json json.net

Method not found 'Void Newtonsoft.Json.Serialization.DefaultContractResolver.set_IgnoreSerializableAttribute(Boolean)

How to serialize a collection (with an indexer property) as a dictionary

c# json.net

Deserialize read-only variables

c# json.net

Snake Cased names for enum values

c# json.net

Is it possible to set Json.Net to ignore $type?

c# json json.net

Adding property to a json object in C#

c# json json.net

Generic interface type inference weirdness in c#

Serialize/Deserialize complex type to Json with object references and dictionaries that have complex type as key

c# json serialization json.net

Deserializing a list of interfaces with a custom JsonConverter?

c# .net json json.net