> What I am interested in doing, is have it turned back into a datetime 
> object when 'decoding' - and THAT is not supported even in the web2py 
> flavor - and I haven't found a single simple solution for it on the web for 
> the standard simplejson either.
>

It seems the only way of decoding iso dates as datetime is passing a 
function to object_hook. I don't think there is a faster way of doing that, 
since you'll have to instantiate each datetime object again anyway, AFAIK.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to