This script is supposed to merge our jpylyzer output files together, which, in another script, were converted from xml to json.
python3 main.py -main_dir "path/to/dir" -file_prefix "myprefix" -output_file "path/to/output.json"
Script to merge our json converted jpylyzer files together in one big json file
Python