[ad_1]
import json
import requests
response = requests.get(…)
json_data = json.loads(response.text)
[ad_2]
solved how to parse the response in python?
[ad_1]
import json
import requests
response = requests.get(…)
json_data = json.loads(response.text)
[ad_2]
solved how to parse the response in python?