Use Newtonsoft's Json.NET instead of System.Text.Json in ASP.NET Core 3+ MVC projects How to replace the ASP.NET Core's native System.Text.Json APIs with the Newtonsoft.Json package library, also known as Json.NET
If you're a ASP.NET developer and you've got some programming experience with ASP.NET Core 3+, you most likely already know that the ASP.NET Core development team introduced a brand new …
Use Newtonsoft's Json.NET instead of System.Text.Json in ASP.NET Core 3+ MVC projects How to replace the ASP.NET Core's native System.Text.Json APIs with the Newtonsoft.Json package library, also known as Json.NET Read More