corn-config / corn

🌽 A simple and pain-free configuration language. Reference libcorn implementation and CLI.
https://cornlang.dev
MIT License
40 stars 5 forks source link

fix: outputted keys not in same order as input #23

Closed JakeStanger closed 1 year ago

JakeStanger commented 1 year ago

This switches the BTreeMap implementation for objects out for an IndexMap, which means the order you write keys in is always preserved.