Andy'Space
K
  • Home
  • Posts
  • Pretty print json

Pretty print json

May 9, 2013

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

json