Online Json Escape Unescape

Input data
bfotool loadding
Output data
bfotool loadding

Json Escape Unescape tool helps you to escape and Unescape Json string when you want to output the Json directly not interpreted by browser.

How to Escape/ Unescape Json?

  • To Escape/ Unescape your Json data add/ copy and paste the Json data into the input.
  • You can also load the Json data from the url by clicking the  button or load the Json data from the computer by clicking the  button.
  • Click the 'Escape' or 'Unescape' button to process the data.
  • Once conversion is done you can download the file by clicking the  button.

Input Data

[
    {
        "pin": "0001",
        "time": "1524810082"
    },
    {
        "pin": "0002",
        "time": "1524810082"
    },
    {
        "pin": "0003",
        "time": "1524810082"
    },
    {
        "pin": "0004",
        "time": "1524810082"
    }
]

After Escape

[\n    {\n        \"pin\": \"0001\",\n        \"time\": \"1524810082\"\n    },\n    {\n        \"pin\": \"0002\",\n        \"time\": \"1524810082\"\n    },\n    {\n        \"pin\": \"0003\",\n        \"time\": \"1524810082\"\n    },\n    {\n        \"pin\": \"0004\",\n        \"time\": \"1524810082\"\n    }\n]