yhng2525's picture
Revert back to Step-C with app.py and json_utils.py aligned back
314f1f4
raw
history blame contribute delete
87 Bytes
def _pretty_json(obj) -> str:
return json.dumps(obj, indent=2, ensure_ascii=False)