JSON diff and patch tool for comparing and merging JSON files
JSON diff and patch
jd
$ jd file1.json file2.json
$ jd file1.json file2.json > changes.patch
$ jd -p changes.patch < original.json > updated.json