Monday, November 5, 2018

Reading serialized data without json

Is it possible to read serialized data from javascript without encoding to json?

The data received by request.POST is:

<QueryDict: {'allergies[0][subst]': ['nsaid'], 'allergies[0][date]':
[''], 'allergies[1][subst]': ['alcohol'], 'allergies[1][date]': ['']}>

Sincerely yours,

Joel G Mathew

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAA%3Diw_9FW8QshYa9_K3rYMc%2BMF5vigZC3KdBFExvdH%2Bqves6ZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment