https://github.com/alexzhang1030/json-missing-key
Compares two json files, shows missing keys.
https://github.com/alexzhang1030/json-missing-key
Last synced: 21 days ago
JSON representation
Compares two json files, shows missing keys.
- Host: GitHub
- URL: https://github.com/alexzhang1030/json-missing-key
- Owner: alexzhang1030
- License: mit
- Created: 2023-02-02T07:21:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T03:33:32.000Z (28 days ago)
- Last Synced: 2025-04-10T09:11:18.405Z (25 days ago)
- Language: TypeScript
- Size: 2.3 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-missing-key
> This project is inspired by [json-key-diff](https://github.com/matseee/json-key-diff) but more modern and more beautiful.
This is a CLI to get missing keys between two json files.
## Usage
```bash
# 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
```## Screenshot
