|
|
LXX. JSON Functions
This extension implements the JavaScript Object Notation (JSON)
data-interchange format. The decoding is handled by a parser based on
the JSON_checker by Douglas Crockford.
As of PHP 5.2.0, the JSON extension is bundled and compiled into PHP by
default.
Дополнительная информация, такая как новый версии,
скачивание, исходные файлы, информация о разработчике и CHANGELOG, могут
быть найдены здесь:
http://pecl.php.net/package/json
giunta dot gaetano at sea-aeroportimilano dot it
04-Sep-2006 03:35
Two pure-php implementations of the json protocol that might be of use, e.g. for php 4 installs where adding extensions is not an option or because of extra functionality can be found here:
http://sourceforge.net/projects/phpxmlrpc (look for the extras package)
http://mike.teczno.com/json.html
Of course, performance is abysmal compared to the php extension, written in highly optimized C code...
|