Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

convert response text to dictionary python

import requests
 
# Making a get request
response = requests.get('https://api.github.com')
 
# printing request text
print(response.text)
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #convert #response #text #dictionary #python
ADD COMMENT
Topic
Name
2+6 =