
I'm making a website and JSON.parse breaks it
This is only a problem with Firefox, on Chrome it works perfectly fine. But for some reason, JSON.parse throws the error "Uncaught SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data". Is there any way to fix this or is this just a Firefox problem that I have to deal with?
This is only a problem with Firefox, on Chrome it works perfectly fine. But for some reason, JSON.parse throws the error "Uncaught SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data". Is there any way to fix this or is this just a Firefox problem that I have to deal with?