I think there is no easy solution except serializing select responses
the way you did. Simplejson has problems even to serialize date
objects.

carlo

On 11 Mar, 13:55, rbuc <thatvet...@gmail.com> wrote:
> sorry, the example should read:
>
> raise HTTP(200,simplejson.dumps({
> 'date': '7-9-08',
> 'records': simplejson.loads(records.json())
>
> }))
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to