I was just trying to check the different endpoints, and seems that with this link I get this error SyntaxError: JSON.parse: expected ',' or '}' after property value in object at line 1 column 30 of the JSON data because there are some " outside the {}
This error is given when I try to see the json response with the Mozilla viewer, it does not happen with the other endpoints.
I was just trying to check the different endpoints, and seems that with this link I get this error
SyntaxError: JSON.parse: expected ',' or '}' after property value in object at line 1 column 30 of the JSON data
because there are some " outside the {}This error is given when I try to see the json response with the Mozilla viewer, it does not happen with the other endpoints.