JSON String Escape / Unescape
Escape plain text into a JSON string literal, or unescape a JSON string back to readable text with validation.
[ FAQ ]
It outputs a valid JSON string literal, including surrounding double quotes and escaped characters such as \n and \t.
Yes — the tool checks whether the input is a valid JSON string and shows a clear error when parsing fails.