91f7972 58f6308 91f7972 58f6308
1
2
3
4
5
6
7
import json def format_json(obj): """Format dictionary as readable JSON string.""" return json.dumps(obj, indent=4, sort_keys=True)