json-missing-key
v0.2.0
Published
Compares two json files, shows missing keys.
Downloads
5
Readme
json-missing-key
This project is inspired by json-key-diff but more modern and more beautiful.
This is a CLI to get missing keys between two json files.
Usage
# first install it globally
p i -g json-missing-key
# then see help info
json-missing-key --help
# apply diffs
json-missing-key ./a.json ./b.json --apply=all