Currently, the recommended JSON library is simplejson. It has also become the standard JSON library in Python 2.6+.
Currently, the recommended JSON library is simplejson. It has also become the standard JSON library in Python 2.6+.
+
+
NOTE: There is an odd thing about simplejson - in python25 it lives in ''simplejson'' module, but in python26 it uses ''json'' module. So, use something like [http://git.sugarlabs.org/projects/sugar-port/repos/mainline/blobs/master/json.py this] to wrap it.