Alternative Python module to pretty-print json.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 19 Feb 2017 12:48:26 +0200
changeset 2098 1a896c3e47c2
parent 2097 614569553a08
child 2099 582907ac30d1
Alternative Python module to pretty-print json.
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``::