きれいな 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