PrettyPrint JSON data
2012-03-04
− Maxime Biais
1 minute read
$ echo '{"foo": {"bar":2, "pouet":3}}' | python -mjson.tool { "foo": { "bar": 2, "pouet": 3 } }