Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Something's not right about my JSON



On Sat, Aug 14, 2010 at 20:11, Dave M G <dave@example.com> wrote:
{
loginData : {
   "email" : "some@example.com"
   "password" : a1oirngdf09unsvlsd90"
   }
"newUserData" : "No"
}

I hope I have the syntax for that right.

Don't you need commas between the different key-value pairs?

{
loginData : {
   "email" : "some@example.com",
   "password" : a1oirngdf09unsvlsd90",
   },
"newUserData" : "No"
}

Just thinking out loud... It's the only thing that (at a quick glance) strikes me as "odd".

    Pier


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links