License

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License.LinkedIn
OhLoh
Meta
JulioBiason.net Network
Myself
slowsloth's Recently Played Tracks
Delicious/slowsloth-
Archives
-
Tag Archives: simplejson
setup.py, simplejson and json modules
When dealing with JSON objects in Python, we have the excellent simplejson module to convert a JSON object into Python object. But, in Python 2.6 (and 3.0), we have the json. While loading it’s as simple as try: # Python … Continue reading