In AmigaDOS, how do I escape double quotes?
For example if I want to write JSON:
echo "{"hello":"world"}"
I get:
{ hello":"world"}"
Or more specific I need to send something like this in curl:
curl -d '{"email":"yyy@yyy.com","password":"44444444"}' -H 'Content-Type: application/json' https://target/login