I have this String:
[
{'lat':43.4627,'lng':-3.79636,'description':'a'},
{'lat':43.4476,'lng':-3.82948,'description':'b'},
{'lat':43.4228,'lng':-3.82391,'description':'c'}
]
And when I try to validate here I get this error:
SyntaxError: JSON.parse: expected property name or '}' at line 1 column 2 of the JSON data
Can anyone tell me what's wrong with my String?