Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

System.Text.Json Merge two objects

JSON.Net incorrectly serializes a two dimensional array to a one dimension

c# .net json.net

Getting "because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly" error when deserializing a Json object

c# json serialization json.net

Windows Phone 8 JSON

Deserializing json into a list of objects - Cannot create and populate list type [duplicate]

c# json json.net

Asp-net web api output datetime with the letter T

.net Core 3 [JsonIgnore] not working when requesting single resource

partial update with asp.net web api

Deserialize derived classes using Json.net without using JObject

c# json json.net

Getting Converters specified via Attributes to be equivalent to global ones in json.net

Customizing ASP Web API Json serialization by which Action is invoked

Is there a JavaScript (client-side) JSON library that integrates well with JSON.NET (server-side) and supports the "preserve references" feature?