Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Last active May 17, 2024 20:59
Show Gist options
  • Save GroupDocsGists/aa76eeef6ed520ac464b6c8bdd8901cf to your computer and use it in GitHub Desktop.
Save GroupDocsGists/aa76eeef6ed520ac464b6c8bdd8901cf to your computer and use it in GitHub Desktop.
How to compare JSON files with C#
using (var comparer = new Comparer(“source.json”))
{
comparer.Add(“destin.json”);
comparer.Compare(“output.json”);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment