JSON / JavaScript string escape
Quotes, backslashes, newlines and tabs escaped for a string literal.
Result
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.