LXIX. 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. 进一步信息例如新版本,下载,源程序,维护者信息以及更新日志可以在此找到: http://pecl.php.net/package/json
| ||