Problem when retrieving text in JSON format containing line breaks with jQuery - Stack Overflow
I encountered that problem while making a class in PHP4 to emulate json_encode (available in PHP5). Here's what i came up with : class jsonResponse { var $response; function jsonResponse() { $this->response = array('isOK'=>'KO','msg ......