compare-json
v0.4.0
Published
Compares two or more JSON files for missing object keys, useful for checking i18n language files.
Downloads
17,155
Readme
compare-json
Compares two or more JSON files and detects which keys are missing.
Install
npm install -g compare-jsonRun
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
