I\'m accustomed to doing import json in Python 2.6, however I now need to write some code for Python 2.4. Is there a JSON library with a similar interface that is
import json
I needed to get this up on an old box with Python 2.4.3. Used simplejson-1.7-py2.4.egg from here:
https://pypi.python.org/packages/2.4/s/simplejson/