Table of Contents

Namespace Codebelt.Extensions.Newtonsoft.Json.Formatters

The Codebelt.Extensions.Newtonsoft.Json.Formatters namespace provides NewtonsoftJsonFormatter, a stream-based serializer/deserializer that converts objects to and from JSON using Newtonsoft.Json, and NewtonsoftJsonFormatterOptions for configuring JsonSerializerSettings, supported media types, sensitivity details, and converter collections. Use NewtonsoftJsonFormatter when you need JSON serialization with a generic StreamFormatter<T> pipeline, such as in ASP.NET Core input/output formatters.

Availability: .NET 10, .NET 9 and .NET Standard 2.0

Complements: Newtonsoft.Json.Serialization namespace 🔗

Classes

NewtonsoftJsonFormatter

Serializes and deserializes an object, in JSON format.

NewtonsoftJsonFormatterOptions

Specifies options that is related to NewtonsoftJsonFormatter operations.