Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

convert responsetext to json python

import json
import requests

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