This script takes JSON and displays its contents in a readable format.
Example of script launch on Linux, Python 3.5:
$ python pprint_json.py <path to file>
{
"geometry": {
"coordinates": [
37.39703804817934,
55.740999719549094
],
"type": "Point"
},
"properties": {
"Attributes": {
"Address": "улица Академика Павлова, дом 10",
"AdmArea": "Западный административный округ",
"ClarificationOfWorkingHours": null,
"District": "район Кунцево",
"IsNetObject": "да",
"Name": "Ароматный Мир",
"OperatingCompany": "Ароматный Мир",
"PublicPhone": [
{
"PublicPho...
The code is written for educational purposes. Training course for web-developers - DEVMAN.org