Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

(de)Serializing stream using System.Text.Json

Asymmetric Field Names for serialisation and deserialisation using System.Text.Json

System.Text.Json: Handling Infinity values

System.Text.Json conditionally ignore property on runtime

c# system.text.json

How to implement System.Text.Json source generator with a generic class?

JsonSerializer Deserialize byte array

System.Text.Json object array deserialization

Using JsonDerivedType attribute to serialize and deserialize Polymorphic objects in .NET 7

Deserialize very large json from a chunked array of strings using system.text.json

Where does .NET 6's System.Text.Json source generation store its code?

How to Set JSON PropertyNamingPolicy when using Results.OK in Minimal API when JsonSerializerOptions.PropertyNamingPolicy has no effect?

C# JsonSerializer.Serialize returns an empty object

c# DeSerialize NaN values into JSON in using System.Text.Json.Serialization;

C# JsonElement to string without formatting [duplicate]

JsonSerializerOptions config to not encode + in a string

Is it possible to find unmapped properties in System.Text.Json?

System.Text.Json not serialising List<T>