The purpose of this tool is to escape JSON so it is easy to copy as a string into an editor.
For example, I mostly use this for making escaped json strings in Visual Studio Test Units.
I've used other tools available on the webb, but I noticed that those tools sent data to a remote server
for transformation. This JsonEscaper tool is Javascript so you can see the code locally and
it does not send data to a remote server.
Usage:
Copy-Paste this json and submit
{"name":"iokompaniet", "date":"2020-04-12", "test":true}