shell 下使用python 美化输出json

~ % echo ‘{"json": "obj"}‘ | python3.7 -m json.tool
{
    "json": "obj"
}

相关推荐