1. 使用json.tool

linux 环境下,直接运行如下命令

echo '{"name": "lucy", "age": "18"}' | python -m json.tool
cat result.json | python -m json.tool