JSON / JavaScript string unescape

\n and \u2014 back into real characters.

Result
The result appears here as you type.

Why you would use this

Reading a string out of a log line, an API response or a stack trace where every newline is two characters and every non-ASCII character is a \u escape. Surrounding quotes are optional.

More encode & decode