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 9 and .NET 8
Complements: System.Text.Json namespace 🔗
Classes
JsonFormatter
Serializes and deserializes an object, in JSON format.
JsonFormatterOptions
Specifies options that is related to JsonFormatter operations.