JSON MERGER is a Python application that merges multiple JavaScript Object Notation file format into a single JSON file.
Python 3
-
Download JSON-MERGER.
-
Run "main.py" using python.
-
Input your json data file location.
-
Input prefix name of your data file location.
(Eg. Input files: "data1.json", "data2.json", "data3.json". Here "data" is your prefix name.) -
Enter max size of output file you want to generate in bytes.
(Eg "4000" which is equal to 4kb.) -
The merged json output file "merge.json" will be generated in the input data file location.
("merge.json")
7.If the size you entered was low. The program will ask for minimizing the json file.
[The prefered size is slightly more. Can I please minimize the json removing all indentations Y/N]
Give Yes ["Y"]
8. If prefferred output size is too low. It will delete the file. Run the program with higher preffered size.
- Run "Unittest.py"
- If all Test Cases are correct return OK


