bobfang1992 / pytomlpp

A python wrapper for tomlplusplus
https://bobfang1992.github.io/pytomlpp/pytomlpp.html
MIT License
86 stars 11 forks source link

Is it possible to add options for determining sorting? #75

Open 17Reset opened 8 months ago

17Reset commented 8 months ago

Using pytomlpp to read toml files into python will reformat the toml, which is not very friendly to some key-value pairs that need to be in order.

marzer commented 8 months ago

key-value pairs that need to be in order

TOML key-value pairs are not required to be ordered in any specific way.