I am encountering an issue with a JavaScript variable named "text" that contains the following value:
text={"text":"@RT #Olle_Carly Nuevas filtraciones del iPhone 6: así sería comparado con el Samsung Galaxy S5 y el iPhone 5S: Des... http://t.co/eRuXLS6N3M"};
When I try to parse it using
JSON.parse(text);
I receive the error message:
Unexpected token
If anyone can provide guidance on resolving this error, I would greatly appreciate it. Thank you in advance.