Support

Account

Home Forums General Issues Forward slashes escaped in JSON Reply To: Forward slashes escaped in JSON

  • This is how your cone is represented in JSON.

    Do this somewhere echo json_encode('<h1>Some Text</h1>');

    and you will see that the output is "<h1>Some Text<\/h1>"

    special characters must be escaped in json