Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

Serialize objects implementing interface with System.Text.Json

Exception parsing json with System.Text.Json.Serialization

In System.Text.Json is it possible to specify custom indentation rules?

How can I serialize a Stack<T> to JSON using System.Text.Json without reversing the stack?

Can System.Text.Json.JsonSerializer serialize collections on a read-only property?

System.Text.Json and Dynamically Parsing polymorphic objects

Ignore case when using TryGetProperty

How can I parse JSON with comments using System.Text.Json?

c# json system.text.json

System.Text.Json Merge two objects

.net Core 3 [JsonIgnore] not working when requesting single resource

Is there a way to have JSON.net honor the System.Text.Json JsonPropertyName attribute

.NET Core/System.Text.Json: Enumerate and add/replace json properties/values

Is there a simple way to manually serialize/deserialize child objects in a custom converter in System.Text.Json?

c# json system.text.json

How to configure a default JsonSerializerOptions (System.Text.Json) to be used by Azure Function v3?

How to force System.Text.Json serializer throw exception when property is missing?

dynamic c# ValueKind = Object

How to use default serialization in a custom System.Text.Json JsonConverter?