What does ordered-keymap actually do?
Open
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 336
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 4
Description
In some application, for some reasons, it would make my life much easier if I could get the keys in a JSON file in the order they appeared.
I found the ordered-keymap flag, which I thought would help, but looking at the implementaiton under it, it seems to use `containers` `Data.Map`?
Does this actually care about key insertion order?
Contributor guide
Assessment
This issue has not been assessed yet.