Using System.Text.Json to do polymorphic Json conversion in .NET 6
When using System.Text.Json to serialize complex objects you sometimes need to go a bit beyond how the default serialization works. Here are a few helpful converters - for example for doing polymorphic conversion.