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

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

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

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

49
48