Need help with JSON formatting error. I am following a tutorial on your site: http://help.gotiggr.com/getting-start... but I get an error stating the incorrect format. When trying to complete step 11. But I copied the JSON response directly from StackMob. See below:
{
"createddate": 1345198956746,
"text": "Hello",
"messages_id": "a85083dd233e422a8a0d2267b176c037",
"lastmoddate": 1345198956746
}, {
"createddate": 1345198967157,
"text": "World",
"messages_id": "2c324fcca697443387d7f5a9408828bc",
"lastmoddate": 1345198967157
}, {
"createddate": 1345198972697,
"text": "Mobile",
"messages_id": "3a096c502e394c3ea59088e4b8949921",
"lastmoddate": 1345198972697
}
Can you help?