blob: 2ae2c8673ea616eb8a8ebe196812303c2cee8f41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Compares two JSON files (http://json.org) and generates a new JSON file
with the result. Allows exclusion of some keys from the comparison, or
in other way to include only some keys.
The project’s website is at https://fedorahosted.org/json_diff/
Patches and pull requests are welcome, but please keep the script compatible
with python 2.4.
Released under MIT/X11 license.
|