JSON Opciones de sangría Python

print(json.dumps(data, indent = 1))
Uninterested Unicorn