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
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.
""