.NET Core 3 System.Text.Json EnumMemberAttribute serialization
Part of the series: Fun with System.Text.Json TL;DR: If you are looking for a quick solution, check out JsonStringEnumMemberConverter in Macross.Json.Extensions. .NET Core 3 released on 9/23/2019 and contains a brand new, lighting-fast, serialization engine in the System.Text.Json namespace. I started playing with the engine in Preview 9 and almost immediately noticed there’s some feature […]