A lib to do a comparsion between two JSON files
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