json-string-escapedevtext
JSON String Escape
Escape text so it can be safely pasted as a JSON string.
Inputs
Output
(no output yet)
Explanation
Turn raw text into a JSON-safe string by escaping quotes, newlines, tabs, and backslashes.
Use it when you need a fast, offline conversion/validation step during development or debugging.
Related