|
9 | 9 | -------------- |
10 | 10 |
|
11 | 11 | `JSON (JavaScript Object Notation) <https://json.org>`_, specified by |
12 | | -:rfc:`7159` (which obsoletes :rfc:`4627`) and by |
| 12 | +:rfc:`8259` (which obsoletes :rfc:`7159`) and by |
13 | 13 | `ECMA-404 <https://ecma-international.org/publications-and-standards/standards/ecma-404/>`_, |
14 | 14 | is a lightweight data interchange format inspired by |
15 | 15 | `JavaScript <https://en.wikipedia.org/wiki/JavaScript>`_ object literal syntax |
@@ -632,7 +632,7 @@ Exceptions |
632 | 632 | Standard Compliance and Interoperability |
633 | 633 | ---------------------------------------- |
634 | 634 |
|
635 | | -The JSON format is specified by :rfc:`7159` and by |
| 635 | +The JSON format is specified by :rfc:`8259` and by |
636 | 636 | `ECMA-404 <https://ecma-international.org/publications-and-standards/standards/ecma-404/>`_. |
637 | 637 | This section details this module's level of compliance with the RFC. |
638 | 638 | For simplicity, :class:`JSONEncoder` and :class:`JSONDecoder` subclasses, and |
@@ -850,8 +850,8 @@ Command-line options |
850 | 850 |
|
851 | 851 | .. rubric:: Footnotes |
852 | 852 |
|
853 | | -.. [#rfc-errata] As noted in `the errata for RFC 7159 |
854 | | - <https://www.rfc-editor.org/errata_search.php?rfc=7159>`_, |
| 853 | +.. [#rfc-errata] As noted in `the errata for RFC 8259 |
| 854 | + <https://www.rfc-editor.org/errata_search.php?rfc=8259>`_, |
855 | 855 | JSON permits literal U+2028 (LINE SEPARATOR) and |
856 | 856 | U+2029 (PARAGRAPH SEPARATOR) characters in strings, whereas JavaScript |
857 | 857 | (as of ECMAScript Edition 5.1) does not. |
0 commit comments