Hello,

I have some problems deserializing a json.object. I am quite new in
using json, an I think the json is not formatted correctly.

When I print:

request.POST[elems]

I get a String like this: "1,2,3"

But when I try to to do

for elem in serializers.deserialize("json", data ):

I just get a valueError: Extra data: line 1 column 1 - line 1 column 5
(char 1 - 5)


Thank you.
Toni
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to