On 1/3/11 10:57 , Eric Lemoine wrote:
@view_config(renderer='json', render_args=dict(cls=MyJSONEncoder))
def my_view(request):
     return {'content':'Hello!'}

render_args would include renderer-specific args.

This is just an example that would work for my use case, but things
may look differently.

FWIW I think this is uncommon enough that it is better for you to create a custom renderer.

Wichert.

--
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-de...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to