Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

How can I get a null value instead of a serialization error when deserializing an enum by string conversion?

Custom JSON serializer for optional property with System.Text.Json

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

Operation is not valid due to the current state of the object (System.Text.Json)

C# .Net Core 3.1 System.Text.Json Ignore empty collection in serialization

Am I creating a leak here?

Getting nested properties with System.Text.Json

SwaggerUI 5.0.0 ignoring JsonProperty name

JsonSerializer.Deserialize fails

Is there a System.Text.Json's substitute for Json.NET's JsonProperty(Order)?

.NET core 3: Order of serialization for JsonPropertyName (System.Text.Json.Serialization)

System.Text.Json Field Serialization in .NET 5 not shown in Swashbuckle API Definition

Cannot Load Assemblies For .Net Standard library (System.Text.Json)

How to pretty print using System.Text.Json for unknown object

System Text JsonSerializer Deserialization of TimeSpan

How to deserialize stream to object using System.Text.Json APIs