<?php $data = array("string0" => 'just a string', "string1" => "abc\n\n\n", "string2" => "\tdef", "string3" => "\n\n\n", "string4" => "\t\n"); echo json_encode($data);
You have javascript disabled. You will not be able to edit any code.