Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

Deserialize JSON into an Object(s) using System.Text.Json [duplicate]

Dynamically remove property from JSON using System.Text.Json

JsonSerializer.Deserialize expected to throw exception when deserializing different class

DateOnly Json Conversion in .net6 api

System.Text.Json: How to apply a JsonConverter for a collection with a custom converter for the collection's items?

net 8.0: migrating from serialization to source generators

System.Text.Json serialize derived class property

c# json .net system.text.json

How to serialize a generic object

How can I deserialize generics by System.Text?

c# system.text.json

AddNewtonsoftJson is not overriding System.Text.Json

Why is JSON deserialisation with System.Text.Json so slow?

How to deserialize a json string or stream to Dictionary<string,string> with System.Text.Json

How can I serialize a multi-level polymorphic type hierarchy with System.Text.Json in .NET 7?

System.Text.Json how to get converter to utilise default Write() behaviour

System.Text.Json API is there something like IContractResolver

Is there a way to convert between JsonDocument and JsonNode?

How to ignore empty list when serializing to json?

System.Text.Json.JsonException: 'Read unrecognized type discriminator id 'new-type'

C# - Deserializing nested json to nested Dictionary<string, object>