This script converts the JSON data from a linear view to a structured one and print it in console.
To start the script, enter the following in the command line:
python pprint_json.py
Example of script launch on Linux, Python 3.5:
$ python pprint_json.py <path to file>
The code is written for educational purposes. Training course for web-developers - DEVMAN.org