For any requests with urls you can check requests . For JSON in particular:
>>> import requests >>> r = requests.get('https://github.com/timeline.json') >>> r.json() [{u'repository': {u'open_issues': 0, u'url': 'https://github.com/...
webjunkie Sep 13 '12 at 8:22 2012-09-13 08:22
source share