Error while parsing JSON - Unexpected token y in JSON at position 0 code example
Example: unexpected token s in json at position 0
var s = '"something"';
var result = JSON.parse(s);
var s = '"something"';
var result = JSON.parse(s);