[Issue 19390] Add "sorted" to JSONOptions
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Oct 21 11:13:00 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=19390
Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dlang-bugzilla at thecybershad
| |ow.net
Resolution|--- |WORKSFORME
--- Comment #1 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
std.json has started to unconditionally sort the keys of JSON objects in its
output a while ago. (It's an improvement over letting the order be dictated by
the implementation details of the D associative array implementation in
Druntime).
--
More information about the Digitalmars-d-bugs
mailing list