Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Last active May 17, 2024 21:01
Show Gist options
  • Save GroupDocsGists/a72457d324d8f804b3da7f7c65df3c19 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/a72457d324d8f804b3da7f7c65df3c19 to your computer and use it in GitHub Desktop.
How to compare JSON files with Java
try(Comparer comparer = new Comparer("source.json"))
{
comparer.add("destin.json");
comparer.compare();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment