漂亮打印 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