>I'm thinking of including simplejson (http://undefined.org/python/ >#simplejson) as Django's standard JSON library (as django.utils.json, >probably); any objections from anyone?
Nope, I'm _very_ fine with that decision. I used json.py, but only because at that time simplejson wasn't there. And json.py needs some patches to really work (for example the unicode handling is unstable with some browsers) and still is a bit clumsy. bye, Georg