Escape JSON strings instantly. Encode quotes, backslashes and special characters for safe usage in APIs and code.
Hello "world"
Escaped:
Hello \"world\"
JSON string escaping converts special characters like quotes and backslashes into a safe format. This is necessary when embedding text inside JSON.
You can also format full JSON using our Base64 Encoder or encode URLs with the URL Encoder.