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?
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
containersData.Map?Does this actually care about key insertion order?