標準出力のjson文字列を手軽にpretty printする
jq
使えばいいんですが,入ってない時とかに.
$ echo '{ "foo": "bar", "test": 10 }' | python -mjson.tool
{
"foo": "bar",
"test": 10
}
jq
使えばいいんですが,入ってない時とかに.
$ echo '{ "foo": "bar", "test": 10 }' | python -mjson.tool
{
"foo": "bar",
"test": 10
}