You are currently browsing the Terry Jones weblog archives for November, 2010.
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..