-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme.txt
30 lines (16 loc) · 944 Bytes
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## Instructions file for Java Json Diff Tool
I.How to run the jar and get the result
Place the below 4 files in a folder, then from that folder run below command.
Command: java -jar JavaJsonDiffTool-0.0.1-SNAPSHOT.jar
Files:
1.JavaJsonDiffTool-0.0.1-SNAPSHOT.jar - wrap of all code, necessary files and jars
2.config.properties - configuration properties file
3.left-json.json - left input json file
4.right-json.json - right input json file
II. More info about config.properties file
It contains below configurable properties
1.LEFT_FILE_NAME - input, left json file name
2.RIGHT_FILE_NAME - input, right json file name
3.OUTPUT_FILE_NAME - output, result json file name
III. More info about JavaJsonDiffTool.zip file
This is the maven java project of the Java Json Diff Tool