How to prettyprint a JSON file?

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.

1
14

Leave a Comment