brianlange Posted March 8, 2011 Share Posted March 8, 2011 I'm trying to write a zend restful api and am return a json result. Everything works excepts when I am encoding a very large string such as a article with multiple paragraphs. The result is null in this case. Do I need to do something with the text before performing a json encode. $this->getResponse() ->appendBody($this->_helper->json($article)); Link to comment https://forums.phpfreaks.com/topic/230045-json-encoding/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.