Re: support for JSON RPC views

2012-01-12 Thread Vaclav Klecanda
avoid usage of another lib... nothing more... On Dec 9 2011, 8:55 am, Russell Keith-Magee wrote: > On Thu, Dec 8, 2011 at 4:58 PM, Vaclav Klecanda wrote: > > I have started with pyjamas that use JSON RPC and would like to use > > "JSON RPC views" but found only external l

support for JSON RPC views

2011-12-08 Thread Vaclav Klecanda
I have started with pyjamas that use JSON RPC and would like to use "JSON RPC views" but found only external libraries solution. I have written following snippets and wonder if they could be added to django.utils: class JsonResponse(HttpResponse): """ Http response which has JSON content. ""