I would like to use Python\'s JSON module. It was only introduced in Python 2.6 and I\'m stuck with 2.5 for now. Is the particular JSON module provided with Python 2.6 avail
I prefer cjson since it's much faster: http://www.vazor.com/cjson.html