I have a JSON file that is a mess that I want to prettyprint. What’s the easiest way to do this in Python?
I know PrettyPrint takes an “object”, which I think can be a file, but I don’t know how to pass a file in. Just using the filename doesn’t work.