Update Doc/library/json.rst

Reduce the kludgery of also presenting STD 90.

Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
This commit is contained in:
amaajemyfren 2020-03-29 16:12:20 +03:00 committed by GitHub
parent 9160e3be2e
commit 4eea680c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -12,8 +12,7 @@
--------------
`JSON (JavaScript Object Notation) <http://json.org>`_, specified by
`STD 90 <https://tools.ietf.org/html/std90>`_ or :rfc:`8259` (which obsoletes :rfc:`4627`
and :rfc:`7159`) and by
:rfc:`8259` (which obsoletes :rfc:`4627` and :rfc:`7159`) and by
`ECMA-404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm>`_,
is a lightweight data interchange format inspired by
`JavaScript <https://en.wikipedia.org/wiki/JavaScript>`_ object literal syntax
@ -754,4 +753,3 @@ Command line options
Show the help message.