reference/json/book.xml
68c2c871505aadf983f16113c5b077b335ce8d76
...
...
@@ -2,7 +2,7 @@
2
2
<!-- $Revision$ -->
3
3

4
4
<book xml:id="book.json" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
-
<?phpdoc extension-membership="bundled" ?>
5
+
<?phpdoc extension-membership="core" ?>
6
6
<title>JavaScript Object Notation</title>
7
7
<titleabbrev>JSON</titleabbrev>
8
8

...
...
@@ -10,15 +10,17 @@
10
10
&reftitle.intro;
11
11
<para>
12
12
This extension implements the <link
13
-
xlink:href="&url.json;">JavaScript Object Notation (JSON)</link>
14
-
data-interchange format. The decoding is handled by a parser based on
15
-
the JSON_checker by Douglas Crockford.
13
+
xlink:href="&url.json;">JavaScript Object Notation (JSON)</link>
14
+
data-interchange format. PHP comes with a parser
15
+
that is specifically written for PHP and licensed under the
16
+
PHP license.
16
17
</para>
17
18
&json.implementation.superset;
18
19
</preface>
19
20

20
21
&reference.json.setup;
21
22
&reference.json.constants;
23
+
&reference.json.jsonexception;
22
24
&reference.json.jsonserializable;
23
25
&reference.json.reference;
24
26

...
...
@@ -43,4 +45,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
43
45
vim: et tw=78 syn=sgml
44
46
vi: ts=1 sw=1
45
47
-->
46
-

47
48