Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

JSON.net JsonIgnoreAttribute not working with "EntityKey" property

StackOverflowException is thrown when serialising circular dependent ISerializable object with ReferenceLoopHandling.Ignore

Decimal precision of zero when serializing doubles to JSON

c# json json.net

Override global Json.NET enum handling for one particular enum via decoration

Getting values out of a JArray in JSON.net

c# json.net

Json.Net Deserialization Constructor vs. Property Rules

c# json serialization json.net