格式化Curl返回的Json字符
1.python格式化:
curl http://url/path | python -m json.tool
2.nodejs格式化:
npm install -g json
curl http://url/path | json
posted on 2018-08-15 09:29 Copernicus 阅读(686) 评论(0) 收藏 举报
1.python格式化:
curl http://url/path | python -m json.tool
2.nodejs格式化:
npm install -g json
curl http://url/path | json
posted on 2018-08-15 09:29 Copernicus 阅读(686) 评论(0) 收藏 举报