JsonDiffer NuGet Package

JsonDiffer is lightweight utility to compare JSON objects and hence practically any serialize-able entity.

This utility comes with two distincrt object models, adhoc and detailed.Adhoc object model shows diffrences with "*" for changed properties "-" and "+" for removed and added ones respectively.
Detailed object models groups changes in three properties: changed, added and removed.
This library uses Newtonsoft.Json as the underlying engine.
Note: Legacy version should work as they did before thanks to optional parameters added to the new functionalities.




Got any JsonDiffer Question?





Info

Version: 1.0.1
Author(s): Amin M
Last Update: Wednesday, February 2, 2022
.NET Fiddle: Online Example
Project Url: https://github.com/aminm-net/JsonDiffer.Netstandard
NuGet Url: https://www.nuget.org/packages/JsonDiffer


Install
Install-Package JsonDiffer
dotnet add package JsonDiffer
paket add JsonDiffer
JsonDiffer Download (Unzip the "nupkg" after downloading)

.NETFramework 3.5 .NETFramework 4.0 .NETFramework 4.5 .NETStandard 1.3 .NETStandard 2.0 net46 netstandard2.1




STATS

must-have-score

2.1

avg-downloads-per-day

49

days-since-last-release

835