Open saurabhck12 opened 1 year ago
Does this have an unescape function as well?
let unescaped = JSON.parse(`'${escaped}'`);
Does this have an unescape function as well?