Table of Contents

Namespace Cuemon.Extensions.Text.Json.Formatters

Assembly: Cuemon.Extensions.Text.Json.dll

Serialize and deserialize objects using System.Text.Json through type-safe JSON formatters that integrate with ASP.NET Core's output formatter infrastructure. Use this namespace when you need configurable, generic JSON serialization in pipelines. Start with JsonFormatter<T> for type-safe JSON formatting with custom options.

Availability: .NET 10 and .NET 9

Complements: System.Text.Json namespace 🔗

Classes

JsonFormatter

Serializes and deserializes an object, in JSON format.

JsonFormatterOptions

Specifies options that is related to JsonFormatter operations.