anything wrong with below json? I really scratch my head for this, for me it's perfectly ok but didn't pass jslintor. https://i.stack.imgur.com/BR6Sw.png
[
{
'uId':1,
'tabId':1,
'taskId':1,
'name':'hang clothes',
'date':'24/3/2014',
'time':'12 am',
'done':false
},
{
'uId':1,
'tabId':2,
'taskId':2,
'name':'practice basketball',
'date':'24/3/2014',
'time':'12 am',
'done':false
},
{
'uId':1,
'tabId': 3,
'name':'nikon D5300',
'date' : '14/4/2014',
'done': false
}
]
the lintor says this
Parse error on line 2:
[ { 'uId': 1, 't
--------------^
Expecting 'STRING', '}'