System.Text.Json Learns to Serialize C# Union Types in .NET 11 Preview 6
How System.Text.Json in .NET 11 Preview 6 serializes the new C# union types by writing the active case, and the JsonUnionAttribute and type-classifier APIs that handle ambiguous cases.