reagento / adaptix

An extremely flexible and configurable data model conversion library.
https://adaptix.readthedocs.io
Apache License 2.0
348 stars 24 forks source link

Disable key sorting #276

Closed hungluong5791 closed 1 month ago

hungluong5791 commented 1 month ago

Hi,

Current behaviours when dumping a dataclass is to produce a dict with keys sorted alphabetically.

I think this should be left as an configurable option (and preferably default to False) since even current Python dict preserve key order now.

zhPavel commented 1 month ago

It was a bug fixed in the context of #248. Do you have a case where keys loose their original order and are sorted alphabetically? Which version of the library are you using?

hungluong5791 commented 1 month ago

@zhPavel Apologies. I was using 3.0.0b1. The key order is indeed preserved in the latest version. I'll close this now.

Thank you for taking a look.