Simple script for JSON pretty printing.
Example of script launch on Linux, Python 3.5:
$ python pprint_json.py <path to file>
[
{
"Id": "79742784-9ef3-4543-bc98-a219a8903c18",
"Number": 1,
"Cells": {
"global_id": 14371450,
"Name": "Ароматный Мир",
"IsNetObject": "да",
}
}
]
The code is written for educational purposes. Training course for web-developers - DEVMAN.org