macname@bogon ~ % echo '{"json": "obj"}' | python3.7 -m json.tool
{
    "json": "obj"
}

 

相关文章: