We can use the Python json module to pretty-print the JSON data. ... json_formatted_str = json.dumps(json_object, indent=2) print(json_formatted_str).
確定! 回上一頁