Table of Contents

Namespace Cuemon.Extensions.Text.Json.Formatters

Assembly: Cuemon.Extensions.Text.Json.dll

The Cuemon.Extensions.Text.Json.Formatters namespace contains types that are used to serialize and deserialize objects into and from JSON format using a generic signature.

Availability: .NET 8, .NET 7 and .NET 6

Complements: System.Text.Json namespace 🔗

Classes

JsonFormatter

Serializes and deserializes an object, in JSON format.

JsonFormatterOptions

Specifies options that is related to JsonFormatter operations.