Encoding
JSON Escape / UnEscape
Escape and unescape JSON string content locally.
About JSON Escape / UnEscape
Escape and unescape JSON string content locally. Encode, decode, escape, and inspect common text and binary-safe formats. Kr3 DevTools keeps lightweight calculations in the browser whenever possible.
How to use JSON Escape / UnEscape
- Open the JSON Escape / UnEscape tool page.
- Paste or type the content you want to process.
- Adjust any options shown by the tool when needed.
- Review and copy the generated result.
JSON text
{"name":"kr3","enabled":true}
Keywords
Related tools
- JSON FormatterFormat, validate, and inspect JSON input as a readable tree in the browser.
- JSON MinifierMinify and validate JSON input in the browser.
- JSON DiffFormat two JSON documents and compare them in a side-by-side highlighted diff.
- JSON to YAMLConvert JSON into YAML locally.
- YAML to JSONConvert YAML into formatted JSON locally.
- JSON to CSVConvert JSON into CSV locally.
- String EscapeEscape and unescape string literals locally.