I am new to pyramid. I am writing a javascript RIA application with JSON messages using pyramid and jquery. In a view method I am returning a python dictionary and in the configuration I used renderer='json' in add_route, but this is not json serialized, but when I use simplejson lib, it is working fine. Where I am doing wrong?
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
