String Escaper
Escape or unescape text for JSON and JavaScript strings.
Convert text to and from an escaped JSON/JS string, handling quotes, tabs and newlines.
使い方
- Pick Escape or Unescape.
- Type or paste your text.
- Copy the result.
よくある質問
- Which format is used?
- Standard JSON string escaping, compatible with JavaScript.
- Are unicode characters kept?
- Yes, they are preserved as-is.