I'm using @service.jsonrpc as a decorator to controller functions and setting service=Service(globals()) in db.py
what needs to change to move to the new simplejson that later versions of Web2py uses? I'd like to have datetime and T objects translated into strings so want to move to the better approach.

