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

Posted in Code | Tagged , , , , | Comments Off