You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
JSON does not preserve the order of OrderedDict #100272
#95385 caused a regression in JSON serialization of OrderedDict when use the C implementation.
With the pure Python implementation, as well as in older Pythons, you get
'{"b": 2, "a": 1}'.Linked PRs