Aren't all the pieces already there with json.dumps() and json.loads() ?
Like this:
jsonRequest = request.body.strip()
jsonRequestDict = json.loads(jsonRequest)
François
On Sep 5, 2014, at 6:42 AM, Meghdeep Ray <[email protected]> wrote:
> Hi,
> I am working on an Android Application which will have to send JSONs to and
> receive them from a Backend which I plan to build in Django.
> Does anyone have any good resources for this specific thing ?
> Or does anyone know of a GitHub project which already does this ?
> Any help is greatly appreciated.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5ed81ee2-ea10-48b2-91e7-4658884da6e6%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/399D7412-C0EF-47A3-9FBF-8E91A9F0D573%40gmail.com.
For more options, visit https://groups.google.com/d/optout.