Library for diffing and RFC 6902 patching json.net json objects - forked from Tavis.JsonPatch, with an addition of json diff code by Ian Mercer, with additional partial array LCS diff by JC Dickinson.
Info
Version: | 2.0.61 |
Author(s): | JsonDiffPatch |
Last Update: | Friday, October 21, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mcintyre321/JsonDiffPatch |
NuGet Url: | https://www.nuget.org/packages/JsonDiffPatch |
Install
Install-Package JsonDiffPatch
dotnet add package JsonDiffPatch
paket add JsonDiffPatch
JsonDiffPatch Download (Unzip the "nupkg" after downloading)
Dependencies
net452
- Newtonsoft.Json(>= 10.0.3)
- Microsoft.NETCore.App(>= 1.1.2)
- Newtonsoft.Json(>= 10.0.3)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 10.0.3)
Tags