Table of Contents

Namespace Cuemon.Extensions.AspNetCore.Text.Json

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

Configure System.Text.Json for ASP.NET Core with minimal JSON serialization options. Use this namespace when you need Cuemon JSON serialization conventions in your ASP.NET Core application. Start with AddMinimalJsonOptions on IServiceCollection to register minimal JSON options.

Availability: .NET 10 and .NET 9

Complements: Cuemon.Extensions.AspNetCore namespace 📘

Extension Members

Type Ext Methods
IServiceCollection ⬇️ AddMinimalJsonOptions

Classes

MinimalJsonOptions

A ConfigureOptions<TOptions> implementation which will pass JsonFormatterOptions to JsonOptions.

ServiceCollectionExtensions

Extension methods for the IServiceCollection interface.