Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

How to get current JsonSerializerOptions in ASP.NET Core 3.1?

JsonSerializer behaves not as expected when the specifc class is casted to something else

c#/.net core3.0 System.Text.Json - JsonSerializer.SerializeAsync?

c# .net system.text.json

System.Text.Json in Azure Function v3: JsonResult.SerializerSettings must be an instance of type JsonSerializerSettings

Deserialize false as null (System.Text.Json)

Deserialising JSON using JsonSerializer.DeserializeAsync is not using my JsonConverter

Throw exception when converting dynamic object to json with System.Text.Json.Serialization

Get .NET Core JsonSerializer to serialize private members

equivalent of default value during Converting my newtonsoft implementation to new JSON library in .net core 3.0

What's the counterpart to JObject.FromObject in System.Text.Json

How to pretty-print (format) System.Text.JsonElement to a string

How to deserialize an empty string to a null value for all `Nullable<T>` value types using System.Text.Json? [closed]

How to handle both a single item and an array for the same property using System.Text.Json?

c# json system.text.json

Deserialize a JSON string integer to an Enum in ASP.NET Core

JsonPropertyNameAttribute is not supported record from C#9? [duplicate]

What is equivalent in JToken.DeepEquals in System.Text.Json?

System.Text.Json deserialization fails with JsonException "read to much or not enough"

System.Text.Json: Deserialize JSON with automatic casting

How to use class fields with System.Text.Json.JsonSerializer?