JSON / JavaScript string escape

Quotes, backslashes, newlines and tabs escaped for a string literal.

Result
The result appears here as you type.

Why you would use this

Dropping a block of text into a JSON file or a JavaScript literal without breaking it. The result is the inside of the quotes — paste it between them.

More encode & decode