echo '{"json":"obj"}' |python -mjson.tool
python -m 参数:
Searches sys.path for the named module and runs the corresponding .py file as a script.
echo '{"json":"obj"}' |python -mjson.tool
python -m 参数:
Searches sys.path for the named module and runs the corresponding .py file as a script.
Add Comment