Updated JSON class.

* Updated the documentation slightly

 * Added PECL json 1.2.1 to the vendors directory to help out any poor unfortunate souls that aren't running PHP 5.2+

 * Not sure the legality behind including PECL json, according to PHP License 3.01, it should be okay (it's not modified, and I haven't derived any code from it).
This commit is contained in:
Josh Sherman 2010-03-16 23:03:14 -04:00
parent cda9c7d28e
commit a6b992014b
2 changed files with 4 additions and 2 deletions

View file

@ -18,8 +18,10 @@
/**
* JSON Display
*
* Displays data in JavaScript Object Notation. Requires PHP 5 >= 5.2.0 or
* PECL json 1.2.0 or 1.2.1
* Displays data in JavaScript Object Notation.
*
* Requires PHP 5 >= 5.2.0 or PECL json >= 1.2.0
* Note: PECL json 1.2.1 is included /vendors
*
* @link http://json.org/
* @link http://us.php.net/json_encode