I've been using the json module in python 2.6 but is very slow. I'd like to use a faster implementation. I've seen cjson but seems the development is not coing on and the api is different from the json module. I have also read some comments about a way to speed up json.
Any ideas?