About this Tool
Remove backslashes and decode stringified JSON payloads.
1What is Unescaping?
Often, API logs or database rows store JSON as a raw escaped string rather than a native object structure. Unescaping translates \" back to " so you can parse the payload back into its native object format. Once unescaped, you can format the result using our JSON Formatter.
Privacy Guarantee
Secure Devutils operates exclusively in your browser using local web workers and JavaScript. Your source code, configurations, and sensitive text payloads are never transmitted across the network or stored on any external servers. It is completely safe for air-gapped environments.