Can someone suggest how I can beautify JSON in Python or through the command line?
The only online based JSON beautifier which could do it was: http://jsonviewer.stack.h
Use the python tool library
Command line: python -mjson.tool
In code: http://docs.python.org/library/json.html