fetch SyntaxError: Unexpected token < in JSON at position 0 at parse (<anonymous>) code example
Example: fetch SyntaxError: Unexpected token < in JSON at position 0
JSON.parse(theStringThatIsNotJson);
JSON.parse(theStringThatIsNotJson);