On Wed, May 14, 2008 at 5:11 AM, mwebs <[EMAIL PROTECTED]> wrote: > > I get a String like this: "1,2,3" ... > I just get a valueError: Extra data: line 1 column 1 - line 1 column 5 > (char 1 - 5)
"1,2,3" isn't a valid JSON data structure. However, "[1,2,3]" is a list of integers. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

