https://github.com/mahenrique94/jdiff
https://github.com/mahenrique94/jdiff
diff json json-diff node node-js nodejs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahenrique94/jdiff
- Owner: mahenrique94
- Created: 2018-11-28T15:18:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T19:43:23.000Z (over 2 years ago)
- Last Synced: 2025-03-08T09:28:49.703Z (10 months ago)
- Topics: diff, json, json-diff, node, node-js, nodejs
- Language: JavaScript
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jdiff
A lib to do a comparsion between two JSON files
### Install:
Using `npm`:
```
npm i -g @mahenrique94/jdiff
```
Using `yarn`:
```
yarn global add @mahenrique94/jdiff
```
How to use:
The command line needs `-f` parameter, this parameter must be a `array` of the `String` with two (only) files.
```
jdiff -f j1.json j2.json
```
Thanks