this class is a static wrapper for json that allows us to use it without having to worry about whether JSON is compiled in or not. for more info on JSON, visit http://www.json.org
Definition at line 10 of file json.inc.php.
Static Public Member Functions | |
| encode ($var) | |
| this encodes data into JSON format | |
| decode ($text) | |
| this decodes a JSON string to a PHP object | |
|
|
this decodes a JSON string to a PHP object
Definition at line 29 of file json.inc.php. |
|
|
this encodes data into JSON format
Definition at line 18 of file json.inc.php. Referenced by JSONTemplate::drawError(), ObjectManager::drawJSONOutput(), BaseObject::drawJSONPage(), BaseMap::drawLookupPage(), and JSONTemplate::drawStatus(). |
1.3.9.1