LXIX. JSON Functions

Introdução

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.

Dependências

As of PHP 5.2.0, the JSON extension is bundled and compiled into PHP by default.

Informações adicionais sobre novas versões, downloads, arquivos fontes, manutenções, e um Changelog, podem ser obtidos aqui: http://pecl.php.net/package/json

Índice
json_decode -- Decodes a JSON string
json_encode -- Returns the JSON representation of a value