Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

python convert requests response to json

import json
import requests

response = requests.get(...)
json_data = json.loads(response.text)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #convert #requests #response #json
ADD COMMENT
Topic
Name
9+5 =