Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

JSON.NET cannot handle simple array deserialization?

Json.net deserialize json with circular reference in MVC4

Newtonsoft JSON.NET 6.0.8 and Mono on Mac OSX fails in glorious manner

c# mono json.net

Strictly enforce ISO8601 date format in WebAPI 2

Applying JsonMediaTypeFormatter to Json

c# json json.net

Deserializing JSON with numbers as keys

c# windows-phone-7 json.net

How to tell JSON.NET to deserialize JArray to a List<object> when object type is provided?

c# .net json json.net

Is JPath the same as JSONPath in JSON.NET?

json.net jsonpath jpath

How to have JSON String without characters like '\u0022' or '\' while converting DataTable to JSON String using NewtonSoft in .Net Core 3.1 [duplicate]

How to deserialize JSON array with "root" element for each object in array using Json.NET?

How to set Json.NET ContractSerializer for a certain specific type instead of globally?

c# asp.net-web-api json.net

How to cleanly deserialize JSON where string values are wrapped in objects of the same name

SignalR derived types

c# json.net signalr

Reading huge integers with Json.NET

c# json.net

Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0 in unit test

How to serialize an enum with JSON.NET based on an attribute?

c# .net json json.net

Json.Net, how to serialize DateTimeOffset with 'Z' instead of +00:00, but keep other timezone offsets?

c# .net-core json.net

Remove nulls from IActionResult responses

Byte array serialization in JSON.NET

JSON.NET - exclude properties of a specific type at runtime