Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

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?

Which C# language feature allows initializing a property that only provides a get implementation?

c# system.text.json

DateTime serializers omitting milliseconds? [duplicate]

How to use JsonSerializer.Deserialize<T> with application code trimming enabled?

c# json .net system.text.json

.NET - What's the point of the JsonNode GetPath() method?

With System.Text.Json, is there a way to EXCLUDE properties from a BASE class from serialization?

Deserializing immutable record arrays using System.Text.Json

c# system.text.json

Exception when testing custom JsonConverter

How to implement HttpPatch action method in ASP.NET Core 6 Web API without using NewtonSoft

deserializing Keyvaluepair and Dictionary with .NET 6

Serialize DataSet with current version of System.Text.Json.JsonSerializer

Override ToString() is not working in abstract class (.net-core 3.1)