Sample text
Tom's "alert"
Line 2 \ path
Escape raw text in browser for Java string literals by encoding quotes, backslashes, and control characters into Java-safe escape sequences.
Tom's "alert"
Line 2 \ path
{
"id": 101,
"name": "Ada Lovelace",
"active": true
}
Yes. The transform runs directly in browser so encoded or decoded values stay local and ready to copy immediately.
Yes. Plain-text routes apply the selected transform directly so you can work with copied strings and other transport-safe text without extra structured parsing.