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.
json
dict
1 parent 45ed69b commit 2164b5bCopy full SHA for 2164b5b
Doc/library/json.rst
@@ -125,13 +125,6 @@ See :ref:`json-commandline` for detailed documentation.
125
This module's encoders and decoders preserve input and output order by
126
default. Order is only lost if the underlying containers are unordered.
127
128
- Prior to Python 3.7, :class:`dict` was not guaranteed to be ordered, so
129
- inputs and outputs were typically scrambled unless
130
- :class:`collections.OrderedDict` was specifically requested. Starting
131
- with Python 3.7, the regular :class:`dict` became order preserving, so
132
- it is no longer necessary to specify :class:`collections.OrderedDict` for
133
- JSON generation and parsing.
134
-
135
136
Basic Usage
137
-----------
0 commit comments