robertodecurnex / J50Npi

JSONP helper (pure JS)
http://robertodecurnex.github.com/J50Npi
56 stars 15 forks source link

Passing array as param value results in its stringifying #4

Open ZuBB opened 11 years ago

ZuBB commented 11 years ago

Just want to let you know(remind) that next data object

{
  "num": 10,
  "arr": [11, 12]
}

will be transformed into smth like this callback=J50Npi.success&num=10&arr=11%2C12