8000 gh-134150: Clarify distinction between JSON and Python objects by MichaByte · Pull Request #134154 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-134150: Clarify distinction between JSON and Python objects #134154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 18, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert change to JSON introduction
  • Loading branch information
MichaByte committed May 18, 2025
commit 9cfc2d69f003b5fcbf84f1fb722dc0829e9432a9
4 changes: 2 additions & 2 deletions Doc/library/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
`JSON (JavaScript Object Notation) <https://json.org>`_, specified by
:rfc:`7159` (which obsoletes :rfc:`4627`) and by
`ECMA-404 <https://ecma-international.org/publications-and-standards/standards/ecma-404/>`_,
is a lightweight data interchange format inspired by the object literal syntax
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
(although it is not a strict subset of JavaScript [#rfc-errata]_ ).

.. note::
Expand Down
Loading
0