This is how you do it in Python 3: import json import requests response = requests.get(url) try: print(response.json()) except json.decoder.
確定! 回上一頁