Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

System.Text.Json how to get converter to utilise default Write() behaviour

System.Text.Json API is there something like IContractResolver

Is there a way to convert between JsonDocument and JsonNode?

How to ignore empty list when serializing to json?

System.Text.Json.JsonException: 'Read unrecognized type discriminator id 'new-type'

C# - Deserializing nested json to nested Dictionary<string, object>

Specifying JsonSerializerOptions in .NET 6 isolated Azure Function

Migrate one method to System.Text.Json

Custom serialization of null values in Asp.net core WebApi

System.FormatException: The JSON value is not in a supported DateTimeOffset format

Why are the return types of .NET's System.Text.Json.JsonSerializer.Deserialize methods nullable when it doesn't return null?

How to set a JsonSerializerOptions globally for my httpClient.GetFromJsonAsync<T> calls

.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?