oqueeh
.net
All topics
>
Python
Descoding web-requests returning JSON in Python
data
=
requests
.
get
(
url
).
json
()
Prerequisite:
import
requests
Alternative:
Descoding JSON web-requests using URL-Lib in Python