Unescaping of data in JS - by innek81 Say i got a variable, var s = "\"\\\"abc\\\"\""; which is unescaped to "\"abc\"" when i display in the browser. But i need it to be further unescaped to the actual value "abc". Read the article