JSON Beautifier

Python

Beautifiy stdout:

<COMMAND> | python2 -m json.tool

Beautify file:

python2 -m json.tool <FILE>