Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

.NET Core Serialize Inherited Class Properties -- Not Just Base Properties When Preserving References

Clone a JsonNode and attach it to another one in .NET 6

Get Property Name from JSON

c# json system.text.json

Deserialize into a case-insensitive dictionary using System.Text.Json

System.Text.Json.JsonReaderException isn't found in namespace

Why does an inherited class not get JSON serialized correctly?

.Net JsonSerializer does not serialize tuple's values

Why doesn't System.Text.Json.JsonElement have TryGetString() or TryGetBoolean()

Analogous Newtonsoft JsonReader/JsonTextReader in System.Text.Json

c# json .net system.text.json

How can I create a custom converter similar to Newtonsoft using system.text.json?

What's causing JsonException: The JSON value could not be converted?

c# json .net system.text.json

C# The node must be of type 'JsonArray'

How to implement a conditional custom Json Converter hide a property

ASP.NET Core 3.1 ignoring System.Text.Json.JsonPropertyName when returning response body

Issue with Deserialization of Enum to string using System.Text.JSON

How to find out what type a JsonValue is in System.Text.Json

c# system.text.json

Convert JsonConverter to System.Text.Json to support multiple primitive types and nullable