How to see a large JSON file pretty printed on Ubuntu? [closed]Posted on Apr 15, 2023QuestionAnswerPython JSON's module can do this too (python -m json.tool), e.g.:cat myjsonfile.json | python -m json.tool > pretty.json json