Skip to content

Instantly share code, notes, and snippets.

@nickwynja
Created August 7, 2012 00:39
Show Gist options
  • Save nickwynja/3280040 to your computer and use it in GitHub Desktop.
Save nickwynja/3280040 to your computer and use it in GitHub Desktop.
{u'date': u'2012-08-07T00:04:08Z', u'posts': [{u'extended': u'', u'hash': u'12d2126ad032e43f3cdecdc927d511b9', u'description': u'Why does this simple php script leak memory? - Stack Overflow', u'tags': u'hm', u'href': u'http://stackoverflow.com/questions/1145775/why-does-this-simple-php-script-leak-memory', u'meta': u'b334d64c4df7cadb5503f7ff1bc13be4', u'time': u'2012-08-07T00:04:08Z', u'shared': u'yes', u'toread': u'no'}], u'user': u'nickwynja'}
@seratonik
Copy link

# Assuming you map that to obj:
for post in obj['posts']:
   print post['href']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment