Welcome, guest | Sign In | My Account | Store | Cart
pjson () {
        python -c "import json; import sys; print json.dumps(json.loads(sys.stdin.read()), sort_keys = True, indent = 2)"
}

History