From: Rahul Mehta on 2 Aug 2010 01:12 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 2 Aug 2010 02:05 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 2 Aug 2010 05:32 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?
|
Pages: 1 Prev: FAQ Topic - What is a native object? (2010-08-02) Next: Now I've seen everything |