@jsjson/jsoncmp
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

JsonCmp

Compare two JSON files

jsoncmp reads two JSON files and compares them. Exit status is 0 if the files are the same, 1 if different, 2 if trouble.

Installation

First, install node.js (along with npm) if you haven't already done so.

npm install -g @jsjson/jsoncmp

Running the Script

The NPM package installs an executable jsoncmp in your PATH. Run the script as follows:

jsoncmp json-file1 json-file2

jsoncmp returns 0 if the two JSON files are equivalent (modulo formatting). It returns 1 otherwise. The return code of 2 indicates an error.

If a file is '-' or missing, read standard input.

For complete usage info, including examples, try:

jsoncmp -h

License

MIT © Harry Y

Readme

Keywords

Package Sidebar

Install

npm i @jsjson/jsoncmp

Weekly Downloads

1

Version

0.5.0

License

MIT

Last publish

Collaborators

  • hunnyllc
  • realharry
  • sidew