Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

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)

Don't unescape unicode characters in System.Text.Json

System.Text.Json serialization against an anonymous object

JsonElement and null conditional operator (KeyNotFoundException)

System.Text.Json can't deserialize an object with an array of objects?

Serialize a const with System.Text.Json.Serialization

System.Text.Json - Use custom JsonConverter conditionally depending on field attribute

How to serialize F# discriminated union types in F# Asp Core Wep API

Custom JSON Deserialization in C# with JsonConverter

System.Text.Json in Refit can't handle null response from API

c# system.text.json refit

How to write a string array with a Utf8JsonWriter?

Each parameter in the deserialization constructor on type must bind to an object property or field on deserialization

Why does System.Text.Json throw a `NotSupportedException` for `System.IntPtr` when I'm not using `System.IntPtr`?

How to add a new property to JsonElement using System.Text.Json?

c# json system.text.json