Table of Contents

Namespace Cuemon.Extensions.AspNetCore.Text.Json.Formatters

Assembly: Cuemon.Extensions.AspNetCore.Text.Json.dll

Register JSON formatter options and exception response formatters for ASP.NET Core applications using System.Text.Json. Use this namespace when you need to configure JSON formatter settings or register exception response formatters. Start with AddJsonFormatterOptions on IServiceCollection to configure JSON formatting settings.

Availability: .NET 10 and .NET 9

Complements: Cuemon.Text.Json.Formatters namespace 📘

Extension Members

Type Ext Methods
IServiceCollection ⬇️ AddJsonFormatterOptions, AddJsonExceptionResponseFormatter

Classes

ServiceCollectionExtensions

Extension methods for the IServiceCollection interface.