I keep getting the error: Uncaught SyntaxError: Unexpected token '
this is the full JSON response:
'app': {type: 'app', desc: 'Application'}, 'iso': {type: 'iso', desc: 'ISO Disk Image'}, 'fla': {type: 'fla', desc: 'Adobe Flash Document'}, 'dll': {type: 'dll', desc: 'Dynamic Link Library'}
I've tried putting brackets around the full response too, but that doesn't fix it. Am I doing JSON wrong? I've tried removing the parentheses but then it complains about characters. I'm trying to turn this response into a JavaScript Object, but it just doesn't want to do it!