不喜欢广告? 去 无广告 今天
JSON转义和反转义
开发人员
广告 移除?
广告 移除?
指导
JSON转义和反转义
Escape and unescape special characters in JSON strings. Convert raw text with quotes, newlines, tabs, and Unicode characters into properly escaped JSON string values, or reverse the process to recover the original text from escaped JSON. Essential for working with APIs, configuration files, and any JSON data handling.
如何使用
Paste your text into the input area and select Escape 或 Unescape mode. Click 转变 to process. In Escape mode, special characters are converted to JSON escape sequences. In Unescape mode, escape sequences are converted back to their original characters.
特征
- Full JSON Escape Sequences – Handles all standard JSON escapes: \”, \\, \/, \b, \f, \n, \r, \t, and \uXXXX Unicode escapes
- Escape & Unescape – Two-way conversion between raw text and JSON-escaped strings
- Unicode 支持 – Properly handles Unicode characters including emoji and international text
- Control Character Handling – Escapes invisible control characters that can break JSON parsers
- 复制到剪贴板 – One-click copy of the escaped or unescaped result
- 客户端仅支持 所有处理都在您的浏览器中进行,无需将任何数据发送到服务器。
广告 移除?
