unexpected token o in json at position 0 code example
Example 1: "SyntaxError: Unexpected token o in JSON at position 1
var newData = JSON.stringify(userData)
Example 2: unexpected token s in json at position 0
var s = '"something"';
var result = JSON.parse(s);