On 8 Aug 2012, at 7:59 AM, Massimo Di Pierro <massimo.dipie...@gmail.com> wrote: > It is likely Django uses simplejson binary while web2py (for portability) > only ships with simplejson in pure python. This may be another performance > loss if you use json a lot. We need to fix this at the web2py level. >
This is fixed in at least some places in web2py, where we try to import json from the standard library before falling back on python solutions. But not everywhere, I think. --