From: Rahul Mehta on

i am getting this error i have included the json2.js from this
url :http://www.json.org/json2.js
JSON.parse
[Break on this error] myData = JSON.parse(data, function (key, value)
{

please help why this error is coming ...

thanks

rahul
From: David Mark on
On Aug 2, 1:12 am, Rahul Mehta <rahul23134...(a)gmail.com> wrote:
> i am getting this error i have included the json2.js  from this
> url :http://www.json.org/json2.js
> JSON.parse
> [Break on this error] myData = JSON.parse(data, function (key, value)
> {
>
> please help why this error is coming ...
>

Ahem, Presto Change-o! Try it now...
From: Asen Bozhilov on
Rahul Mehta wrote:
> i am getting this error i have included the json2.js  from this
> url :http://www.json.org/json2.js
> JSON.parse
> [Break on this error] myData = JSON.parse(data, function (key, value)
> {
>
> please help why this error is coming ...

You did not provide enough information. Can you post the JSON string
and the rest code of callback function?