How do I request and process JSON with python?

Posted by sa125 on Stack Overflow See other posts from Stack Overflow or by sa125
Published on 2010-05-12T09:28:59Z Indexed on 2010/05/12 9:34 UTC
Read the original article Hit count: 420

Filed under:
|
|

Hello -

I am trying to send a GET request to a URL that I know returns data in the form of JSON using python. I would like to know how to send this request to http://someurl/path/to/json, and how to parse it - preferably to a python dict. thanks :)

© Stack Overflow or respective owner

Related posts about python

Related posts about JSON