LXIX. JSON Functions

Bevezetés

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.

Követelmények

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

További információk, mint például új kiadások, letöltés, forrásállományok, karbantartók, CHANGELOG találhatóak itt: http://pecl.php.net/package/json

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