漂亮列印 JSON
如何漂亮地列印 JSON 以獲得更好的可見性。
With python json tool
curl http://some-api-output-as-json | python -m json.tool
With online json format tool
- json-beautify
- jsonprettyprint.net
- jsonformatter.org
- online-json-viewer
- json-editor-online
- json-formatter-and-validator