Namespace Codebelt.Extensions.Newtonsoft.Json.Formatters
The Codebelt.Extensions.Newtonsoft.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, .NET 8 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.