⚡ Dev Tooling Online
/
JSON Escape
⌘K
Encoders:
Base64
URL Encode / Decode
JWT Decoder
Hash Generator
HTML Entities
Image → Base64
JSON Escape
XML Escape
JSON Escape
Escape and unescape JSON string values.
Escape
Unescape
Copy
Raw string (with real newlines, quotes, etc.)
Hello "world" Tab: here Backslash: \
JSON-escaped (safe to embed in a JSON string value)
Hello \"world\"\nTab:\there\nBackslash: \\
Common escape sequences
\n
— newline
\t
— tab
\r
— carriage return
\"
— double quote
\\
— backslash
\/
— forward slash