top | item 45674729

(no title)

rbonvall | 4 months ago

Python also pretty-prints out of the box:

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

discuss

order

No comments yet.