Add to Technorati Favorites

Archive for November, 2010

jsongrep.py – Python for extracting pieces of JSON objects

Thursday, November 25th, 2010 Posted under FluidDB, python. | 18 Comments »

Lots of APIs these days return JSON objects. I love JSON, but reading a raw JSON dump can be awkward. You can print the whole thing using pprint in Python ... Read more..