.Net
.NET 5 was a big release for System.Text.Json.
https://devblogs.microsoft.com/dotnet/whats-next-for-system-text-json/ I hate what Microsoft did with their Json library. It looks like a half-assed unfinished clone of Newtonsoft.Json. I wasted couple of days porting my data classes from Newtonsoft to System.Text.Json only to find Read more…