格式化json字符串 方法1 python -m json.tool $ curl localhsot:8080 | python3 -m json.tool 方法2 json_pp $ curl localhsot:8080 | json_pp