VOOZH about

URL: https://www.nuget.org/packages/Ivy.SystemTextJson.JsonDiffPatch/

⇱ NuGet Gallery | Ivy.SystemTextJson.JsonDiffPatch 2.0.4




👁 Image
Ivy.SystemTextJson.JsonDiffPatch 2.0.4

dotnet add package Ivy.SystemTextJson.JsonDiffPatch --version 2.0.4
 
 
NuGet\Install-Package Ivy.SystemTextJson.JsonDiffPatch -Version 2.0.4
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ivy.SystemTextJson.JsonDiffPatch" Version="2.0.4" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ivy.SystemTextJson.JsonDiffPatch" Version="2.0.4" />
 
Directory.Packages.props
<PackageReference Include="Ivy.SystemTextJson.JsonDiffPatch" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ivy.SystemTextJson.JsonDiffPatch --version 2.0.4
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ivy.SystemTextJson.JsonDiffPatch, 2.0.4"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Ivy.SystemTextJson.JsonDiffPatch@2.0.4
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ivy.SystemTextJson.JsonDiffPatch&version=2.0.4
 
Install as a Cake Addin
#tool nuget:?package=Ivy.SystemTextJson.JsonDiffPatch&version=2.0.4
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

High-performance, low-allocating JSON object diff and patch extension for System.Text.Json. Support generating patch document in RFC 6902 JSON Patch format. Provides bonus DeepEquals and DeepClone methods.

Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Ivy.SystemTextJson.JsonDiffPatch:

Package Downloads
Ivy

Build Internal Applications with AI and Pure C#

Ivy.SystemTextJson.JsonDiffPatch.MSTest

Extension methods for MSTest v2 to compare JSON in unit tests.

Ivy.SystemTextJson.JsonDiffPatch.Xunit

Extension methods for XUnit to compare JSON in unit tests.

Ivy.SystemTextJson.JsonDiffPatch.NUnit

Extension methods for NUnit to compare JSON in unit tests.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Ivy.SystemTextJson.JsonDiffPatch:

Repository Stars
Ivy-Interactive/Ivy-Framework
The ultimate framework for building internal tools with LLM code generation by unifying front-end and back-end into a single C# codebase.
Version Downloads Last Updated
2.0.4 49,606 12/30/2025
2.0.3 3,280 12/22/2025
2.0.2 260 12/22/2025

AOT-compatible fork with .NET 10 support + Some bugfixes