We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de52e3 commit 56a4ed5Copy full SHA for 56a4ed5
README.md
@@ -3,10 +3,15 @@
3
A small command line utility to compare two jsons.
4
5
Usage Example:
6
+
7
json_diff f source1.json source2.json
8
9
json_diff d '{...}' '{...}'
10
11
Option:
12
13
f : read input from json files
14
15
d : read input from command line
16
17
t1.json
t2.json
t3.json
t4.json
0 commit comments