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.opensource.org/licenses/lgpl-license.php LGPL
* @version Release: @package_version@
* @link http://pear.php.net/package/PackageName
* use json php extension http://www.aurore.net/projects/php-json/
$this->_jsonext = $this->_detect ();
$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:14:02 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|