WaflApp Tool Guide
JSON String Escape Tool
- Escape plain text as a JSON string or convert an escaped string back.
JSON String Escape Tool
Escape plain text as a JSON string or convert an escaped string back.
Choose a conversion mode, then press the convert button.
Input characters0
Result characters0
ModeEscape
Use cases
- Use it when you need a string value for an API request body.
- Line breaks become
\n, tabs become\t, and quotes become\". - Unescape also handles JSON string literals such as
"hello\nworld".