Project metadata
A compact object with nested values and arrays.
{"name":"Tools Website","private":true,"features":["format","validate","minify"],"nested":{"runs":"locally","apis":0}}Format, validate, minify, and unescape escaped JSON strings locally in your browser. Clean JSON copied from logs, APIs, databases, and message queues without uploading data.
This tool runs locally in your browser. Your input is not uploaded.
{
"name": "Tools Website",
"private": true,
"features": [
"format",
"validate",
"minify"
],
"nested": {
"runs": "locally",
"apis": 0
}
}A compact object with nested values and arrays.
{"name":"Tools Website","private":true,"features":["format","validate","minify"],"nested":{"runs":"locally","apis":0}}A small response body that is easier to inspect after formatting.
{"status":"ok","items":[{"id":1,"active":true},{"id":2,"active":false}]}Use the Unescape JSON action. It safely decodes JSON strings containing escaped quotes like " and formats the result when valid.
JSON is often logged or stored as a string, so internal quotes are escaped to keep the whole object valid.
No. Deleting all backslashes can corrupt valid JSON. This tool decodes escaped JSON safely and preserves meaningful escapes.
No. PureToolkit runs formatting and unescaping locally in your browser. Your JSON never leaves your browser.
Yes. The decoder tries a small, safe number of passes and stops when the candidate is no longer valid JSON.
No. The tool intentionally follows strict JSON syntax so output is predictable.