linux : format json file by python - Printable Version +- Forums (https://zhtw.com/f) +-- Forum: 分類 (https://zhtw.com/f/forumdisplay.php?fid=1) +--- Forum: 程式語言 Programming language (https://zhtw.com/f/forumdisplay.php?fid=9) +--- Thread: linux : format json file by python (/showthread.php?tid=26) |
linux : format json file by python - admin - 2025-05-20 Code: echo '{"foo": "lorem", "bar": "ipsum"}' | python -m json.tool Code: python -m json.tool my_json.json |