Format JSON documents on the command line
August 31st, 2012 by exhuma.twn
I tend to test my REST services using curl. Most of the time the JSON responses are not pretty-printed, which makes testing larger documents a pain. Copy pasting the results in online JSON formatters was really getting annoying. So I wrote a few lines of python to do that job for me. Note that this is a two-minute-hack and by no means very generic. It works for me, and with curl. The handling for Headers is especially eerie 😛 But maybe you will still find it useful.
Without further ado, here it is: https://github.com/exhuma/braindump/tree/master/jsonformat
Installation
pip install jsonf
or
easy_install jsonf
Screenshot
Posted in Uncategorized | No Comments »