Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

Serialising BigInteger using System.Text.Json

Why does System.Text Json Serialiser not serialise this generic property but Json.NET does?

How to ignore false values with System.Text.Json

The JSON value could not be converted to System.Byte[]

c# 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