From 363c5a5ae0c8ba70b26185640b8ba4c7d6d914c1 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 2 Aug 2006 15:26:00 +0000 Subject: [PATCH] Added new json directory and basic reference.xml file (based on ext/json/README) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217426 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/json/reference.xml | 53 ++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 reference/json/reference.xml diff --git a/reference/json/reference.xml b/reference/json/reference.xml new file mode 100644 index 0000000000..cd2ece1483 --- /dev/null +++ b/reference/json/reference.xml @@ -0,0 +1,53 @@ + + + + JSON Functions + JSON + + +
+ &reftitle.intro; + + 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. + +
+ +
+ &reftitle.required; + + As of PHP 5.2.0, the JSON extension is bundled and compiled into PHP by + default. + + + &pecl.info; + &url.pecl.package;json + +
+
+ + &reference.json.functions; + +
+ +