Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Last active May 17, 2024 21:01
Show Gist options
  • Save GroupDocsGists/e91cfeb0f07094d4d621f68a7d3a3caa to your computer and use it in GitHub Desktop.
Save GroupDocsGists/e91cfeb0f07094d4d621f68a7d3a3caa to your computer and use it in GitHub Desktop.
How to compare JSON files with Node.js
const comparer = new groupdocs.comparison.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