Source for file JSON.php
Documentation is available at JSON.php
require_once 'HTML/AJAX/JSON.php';
* @author Joshua Eichorn <josh@bluga.net>
* @copyright 2005 Joshua Eichorn
* @license http://www.php.net/license/3_0.txt PHP License 3.0
* @version Release: @package_version@
* @link http://pear.php.net/package/PackageName
* @todo Support C JSON extension
$this->_json = & new HTML_AJAX_JSON ();
return $this->_json->encode ($input);
return $this->_json->decode ($input);
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
Documentation generated on Mon, 11 Mar 2019 14:16:01 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|