.net core 3 not having ReferenceLoopHandling in AddJsonOptions
As part of the work to improve the ASP.NET Core shared framework, Json.NET has been removed from the ASP.NET Core shared framework. Your app may require this reference if it uses Newtonsoft.Json-specific feature such as JsonPatch or converters or if it formats Newtonsoft.Json-specific types. To use Json.NET in an ASP.NET Core 3.0 project: Add a … Read more