Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Combining 2 JSON sources from different URLs

c# json windows-phone json.net

Parse Json to return string or string array?

c# json json.net

How to prevent Json.NET converting enum to string?

c# enums json.net

JSON.Net, JsonConvert.DeserializeObject - problems with deserialization

Using Automapper to Copy Properties from a Dynamic

conditionally ignore property serialization

How to exclude xml from json

c# xml json.net

How to ignore specific dictionary key in Json.NET deserialization?

c# json.net

ContractResolver can alter the mapped property

c# json.net

How to enforce quotes on property names on JSON .NET

.net json json.net jsonparser

Is there a way to automatically initialize null child objects when serializing?

c# json.net

How can I make Json.NET serialize and deserialize declared properties of custom dynamic types that also implement IDictionary<string, object>?

c# json.net dynamicobject

.NET Core - SerializerSettings not being applied

json asp.net-core json.net

Serialize Array of Vector2 with Json.NET

Change json property name in output using Json.Net [duplicate]

c# serialization json.net

Get the JSON Schema's from a large OpenAPI Document OR using NewtonSoft and resolve refs

Why is the Json.NET Parser automatically localizing the dates it's parsing?