JSON
PHP Manual

简介

本扩展实现了 » JavaScript对象符号(JSON) 数据转换格式. 解码分析器基于 Douglas Crockford 的 JSON_checker。

Note:

PHP implements a superset of JSON - it will also encode and decode scalar types and NULL. The JSON standard only supports these values when they are nested inside an array or an object.


JSON
PHP Manual