Back to Practical Aspnetcore

Bringing Newtonsoft.Json back

projects/mvc/newtonsoft-json/README.md

latest247 B
Original Source

Bringing Newtonsoft.Json back

If for any reasons you need to use Newtonsoft.Json in your app, add Microsoft.AspNetCore.Mvc.NewtonsoftJson reference to your project.

This sample shows how to bring back Newtonsoft.Json and configure it.