Migrating from Newtonsoft.Json to System.Text.Json in ASP.NET Core: A Step-by-Step Guide
For years the honest advice on how to migrate Newtonsoft.Json to System.Text.Json in ASP.NET Core was "wait". Two features kept teams pinned to AddNewtonsoftJson(): JSON Patch and polymorphic serializ
Aug 15, 20269 min read17




