Pretty print json
How to pretty print json usually for better visibility.
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