I sent cookie from express + mongoose. Trying to read it
if I just do console.log(document.cookie) it print
console.log(document.cookie)
user=j%3A%7B%22_id%22%3A%226009cbdd7eb12c3224335aaf%22%2C%22name%22%3A%22Vasya%22%2C%22__v%22%3A0%7D
I tried JSON.parse(document.cookie) but it gives error, such as Uncaught SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
JSON.parse(document.cookie)
Uncaught SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
2.1m questions
2.1m answers
60 comments
57.0k users