JSON Indent Options Python
print(json.dumps(data, indent = 1))
Uninterested Unicorn
print(json.dumps(data, indent = 1))