Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Python also pretty-prints out of the box:

    $ echo '{ "hello": "world" }' | python3 -m json.tool
    {
        "hello": "world"
    }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: