syntaxerror unexpected token s in json at position 0 at json.parse (anonymous) at xmlhttp 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);