Melarikan diri dari kutipan ganda dalam javascript

const str = '{"a":"\\""}'
const parsedStr = JSON.parse(str);

console.log(parsedStr);
SAMER SAEID