6 ms·
Python also pretty-prints out of the box: $ echo '{ "hello": "world" }' | python3 -m json.tool { "hello": "world" }
by rbonvall 11mo ago
Python also pretty-prints out of the box:
$ echo '{ "hello": "world" }' | python3 -m json.tool
{
"hello": "world"
}