Method 2 json_url = urlopen(url) data = json.loads(json_url.read()) print data. Method 3 check out JSON decoder in the requests library.
確定! 回上一頁