CleanArchitectureUtility.Extensions.Serializers.NewtonSoft
9.0.0
See the version list below for details.
dotnet add package CleanArchitectureUtility.Extensions.Serializers.NewtonSoft --version 9.0.0
NuGet\Install-Package CleanArchitectureUtility.Extensions.Serializers.NewtonSoft -Version 9.0.0
<PackageReference Include="CleanArchitectureUtility.Extensions.Serializers.NewtonSoft" Version="9.0.0" />
<PackageVersion Include="CleanArchitectureUtility.Extensions.Serializers.NewtonSoft" Version="9.0.0" />
<PackageReference Include="CleanArchitectureUtility.Extensions.Serializers.NewtonSoft" />
paket add CleanArchitectureUtility.Extensions.Serializers.NewtonSoft --version 9.0.0
#r "nuget: CleanArchitectureUtility.Extensions.Serializers.NewtonSoft, 9.0.0"
#:package CleanArchitectureUtility.Extensions.Serializers.NewtonSoft@9.0.0
#addin nuget:?package=CleanArchitectureUtility.Extensions.Serializers.NewtonSoft&version=9.0.0
#tool nuget:?package=CleanArchitectureUtility.Extensions.Serializers.NewtonSoft&version=9.0.0
Clean Architecture - NewtonSoft Serializer Extension The Newtonsoft Serializer Extension integrates Newtonsoft.Json (commonly known as Json.NET) into a system following Clean Architecture principles. This extension simplifies the process of serializing and deserializing data to and from JSON format, keeping your architecture decoupled and ensuring proper separation of concerns across layers. By using Newtonsoft.Json for JSON handling, this extension offers powerful features such as flexible custom converters, complex object serialization, and error handling, making it an ideal choice for applications that need advanced JSON manipulation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- CleanArchitectureUtility.Extensions.Abstractions (>= 9.0.11)
- Microsoft.Extensions.DependencyInjection (>= 9.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.2)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.