compare-json
v0.4.0
Published
Compares two or more JSON files for missing object keys, useful for checking i18n language files.
Downloads
7,650
Readme
compare-json
Compares two or more JSON files and detects which keys are missing.
Install
npm install -g compare-json
Run
When installed you can run the comparejson
command from your command line.
For example:
$ comparejson ./test/fixture/*.json
Options
For options, you can also run help $ comparejson --help