Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

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?

.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