Paste your JSON or escaped JSON string and choose your operation. Escape converts JSON to an escaped string, Unescape converts escaped JSON string back to readable JSON.
{"name": "John", "age": 30}
"{\"name\": \"John\", \"age\": 30}"