JavaScript String Escaper
Escape text so you can paste it into JavaScript/TypeScript source code as a string literal.
Quote
Input
Escaped JS literal
"Hello\n\"world\""
Related tools
JavaScript Minifier (basic)Code
Minify JavaScript code quickly in your browser.
Python to JavaScriptCode
Convert common Python patterns to JavaScript equivalents.
JSON to TypeScriptCode
Generate TypeScript interfaces or types from JSON input.
JSON to Go StructCode
Generate Go structs from JSON with proper json tags.
JSON to Python DataclassCode
Generate Python dataclass code from JSON with type hints.
JSON to Java POJOCode
Generate Java POJO classes from JSON with getters, setters, and constructors.