We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fedbb6 commit 9cfc2d6Copy full SHA for 9cfc2d6
Doc/library/json.rst
@@ -14,8 +14,8 @@
14
`JSON (JavaScript Object Notation) <https://json.org>`_, specified by
15
:rfc:`7159` (which obsoletes :rfc:`4627`) and by
16
`ECMA-404 <https://ecma-international.org/publications-and-standards/standards/ecma-404/>`_,
17
-is a lightweight data interchange format inspired by the object literal syntax
18
-of `JavaScript <https://en.wikipedia.org/wiki/JavaScript>`_
+is a lightweight data interchange format inspired by
+`JavaScript <https://en.wikipedia.org/wiki/JavaScript>`_ object literal syntax
19
(although it is not a strict subset of JavaScript [#rfc-errata]_ ).
20
21
.. note::
0 commit comments