What’s new in System.Text.Json in .NET 9
System.Text.Json 9 brings JSON schema support, nullable reference types, custom enum names, flexible serialization, and more for .NET developers.
System.Text.Json 9 brings JSON schema support, nullable reference types, custom enum names, flexible serialization, and more for .NET developers.
System.Text.Json serializer uses reflections for serialization and deserialization. Reflection is slow. Learn how you can serialize object using Source Generation in .NET.
Intro to Serialization with Source Generation in System.Text.Json Read More »