miker2 / flexi_config_reader

A flexible configuration format that supports templated tables and referencing of existing keys.
MIT License
3 stars 1 forks source link

Ordering of keys returned by `Reader::keys()` is not the same as the order in the file #109

Open michael-projectx opened 1 year ago

michael-projectx commented 1 year ago

It appears that the order of the keys returned by Reader::keys() is alphabetical. Need to fix this.