# HG changeset patch # User Oleksandr Gavenko # Date 1487501306 -7200 # Node ID 1a896c3e47c2c920ef22f00b8cd4677c9d1b5796 # Parent 614569553a081b0eaa55a0752022e999585e8d30 Alternative Python module to pretty-print json. diff -r 614569553a08 -r 1a896c3e47c2 prettyprint.rst --- a/prettyprint.rst Sun Feb 19 12:38:42 2017 +0200 +++ b/prettyprint.rst Sun Feb 19 12:48:26 2017 +0200 @@ -27,6 +27,7 @@ With Python 2.6+:: $ python -m simplejson.tool $FILE + $ python -m json.tool $FILE In terminal you can add color support with ``pygmentize``::