How to extract data from Tumblr API (JSON)?
I have set up a Tumblr account and registered my application to authenticate it. Tumblr Documentation: http://www.tumblr.com/docs/en/api/v2 I understand the API outputs JSON like this: { "meta": { "status": 200, "msg": "OK" }, "response": { "blog": { "title": "David's Log", "posts": 3456, "name": "david", "url": "http:\/\/david.tumblr.com\/", "updated": 1308953007, "description": "<p><strong>Mr. Karp<\/strong> is tall and skinny, with unflinching blue eyes a mop of brown hair.\r\n "ask": true, "ask_anon": false, "likes": 12345 } } } Thats fine, but the documentation ends there. I have no idea