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 d61e84b commit 96f54a7Copy full SHA for 96f54a7
Doc/library/json.rst
@@ -146,12 +146,6 @@ See :ref:`json-commandline` for detailed documentation.
146
This module's encoders and decoders preserve input and output order by
147
default. Order is only lost if the underlying containers are unordered.
148
149
-.. note::
150
- :rfc:`7159` requires that keys in key/value pairs of JSON are always of the
151
- type :class:`str`. When a dictionary is converted into JSON, all the keys
152
- of the dictionary arecoerced to strings.When a JSON object is converted into
153
- dictionaries,all the keys of the dictionary are strings.
154
-
155
Basic Usage
156
-----------
157
0 commit comments