import json import urllib2 [...] inhalt = antwort.read() #Wandle inhalt in Objekt um: githubissue = json.loads(inhalt) print githubissue