Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

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

How can I create a custom converter similar to Newtonsoft using system.text.json?

What's causing JsonException: The JSON value could not be converted?

c# json .net system.text.json

C# The node must be of type 'JsonArray'

How to implement a conditional custom Json Converter hide a property