Hacker News new | past | comments | ask | show | jobs | submit login

You can also use the python json.tool

    $ echo '{"json":"obj"}' | python -mjson.tool
    {
        "json": "obj"
    }
http://docs.python.org/library/json.html



Consider applying for YC's Summer 2025 batch! Applications are open till May 13

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

Search: