Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

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

Automatic conversion of numbers to bools - migrating from Newtonsoft to System.Text.Json

Get all path and types of a JSON with System.Text.Json (.NET 6)

c# json system.text.json

What is the idiomatic way to find the underlying type of a JsonElement value?

c# system.text.json

Distinguish between NULL and not present using JSON Merge Patch with NetCore WebApi and System.Text.Json

How to deserialize into private fields in .NET 8?