Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

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

JsonConverter will not convert enum with dashes(hyphens) [duplicate]

Serialize Record members with System.Text.Json

C# JSON Deserialization System.NotSupportedException

Blazor NSwag Newtonsoft.Json to System.Text.Json

How to get current JsonSerializerOptions in ASP.NET Core 3.1?

JsonSerializer behaves not as expected when the specifc class is casted to something else

c#/.net core3.0 System.Text.Json - JsonSerializer.SerializeAsync?

c# .net system.text.json

What is equivalent in JToken.DeepEquals in System.Text.Json?

System.Text.Json deserialization fails with JsonException "read to much or not enough"

Use System.Text.Json to deserialize properties with private setters

JsonSerializer not using internal constructor during deserialization

How Do I efficiently deserialize a compressed list of objects, add to it, and compress it again without using too much memory