Plint ASP.NET Core Newtonsoft.Json utilities
$ dotnet add package Plinth.AspNetCore.NewtonsoftJsonNewtonsoft.Json support for Plinth.AspNetCore
Adds support for Newtonsoft.Json as the serialization library for ASP.NET Core applications.
This package is automatically included and configured when you call .AddPlinthControllerDefaults() from the Plinth.AspNetCore package.
services.AddControllers()
.AddPlinthControllerDefaults(); // Automatically configures Newtonsoft.Json
The default configuration sets Newtonsoft.Json as the primary JSON serializer with optimized settings for API responses.