bobfang1992 / pytomlpp

A python wrapper for tomlplusplus

Home Page:https://bobfang1992.github.io/pytomlpp/pytomlpp.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to add options for determining sorting?

17Reset opened this issue · comments

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.

key-value pairs that need to be in order

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