[
[
{
"Id": 1234,
"PersonId": 1,
"Message": "hiii",
"Image": "5_201309091104109.jpg",
"Likes": 7,
"Status": 1,
"OtherId": 3,
"Friends": 0
}
],
[
{
"Id": 201309091100159,
"PersonId": 1,
"Message": "heyyyyyyyy",
"Image": "",
"Likes": 2,
"Status": 1,
"OtherId": 3,
"Friends": 3
}
]
]
I need help with parsing this JSON data in javascript. I keep getting an error message saying "SyntaxError: JSON.parse: unexpected character". Can you provide guidance on how to correctly parse or access this json data and also on how to determine the number of records saved in the JSON data?
This issue is occurring specifically while using Firefox. Any assistance in resolving this problem would be greatly appreciated. Thank you in advance.