Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Loop through JSON data help needed.. Re: Loop through JSON data help needed..

#140496
matthisco
Participant

Thanks for the reply.

Thats not all the data, there is quite a bit more.

I still get an error with this line:

Timestamp: 6/26/2013 2:00:02 PM
Error: SyntaxError: JSON.parse: unexpected character
Line: 39

var jsonObject = JSON.parse(jsonData);

Can anyone please help? My json data is valid I have validated it.

Thankyou