Skip to content

Commit 96f54a7

Browse files
committed
gh-137533:remove the notes above part basic usage
1 parent d61e84b commit 96f54a7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/library/json.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,6 @@ See :ref:`json-commandline` for detailed documentation.
146146
This module's encoders and decoders preserve input and output order by
147147
default. Order is only lost if the underlying containers are unordered.
148148

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-
155149
Basic Usage
156150
-----------
157151

0 commit comments

Comments
 (0)