0.0.4 • Published 5 years ago

@cminton/json-diff v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

json-diff

Shows the difference between two JSON files.

Plain text diffs tend to be insufficient to compare JSON files, because equivalent JSON objects can list their keys in different orders, as well as have different whitespace and formatting. json-diff outputs a diff that ignores textual differences like these and simply compares JSONs.

Install

npm i -g @cminton/json-diff

Usage

json-diff file1 file2
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago