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 1814bfa commit f17de69Copy full SHA for f17de69
Doc/library/json.rst
@@ -147,9 +147,9 @@ See :ref:`json-commandline` for detailed documentation.
147
default. Order is only lost if the underlying containers are unordered.
148
149
.. note::
150
- Per RFC 7159, JSON keys are strings.
151
- This module's encoder converts dictionary keys to strings,
152
- and its decoder produces dictionaries with string keys.
+ Per :rfc:`7159`, JSON objects' keys must be strings.
+ This module's encoder converts Python dictionary's keys to strings,
+ and its decoder produces Python dictionaries with string keys.
153
154
Basic Usage
155
-----------
0 commit comments