There is a way to pretty-print valid JSON with Python : How can I pretty-print JSON in (unix) shell script?
However jsonlint.com pretty-prints JSON even if there is something wrong.
I want to do that, and I'm using Python. Does anyone know a script that does it ?
Thanks :)