You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to Aeson representing JSON objects with HashMap, we lose the ordering of the keys. Ideally, key order would be preserved at it is often relevant to the application.
This doesn't seem to currently be possible with Aeson haskell/aeson#368.
I don't know an easy solution to this without re-writing using a new library.
The text was updated successfully, but these errors were encountered:
Due to Aeson representing JSON objects with
HashMap
, we lose the ordering of the keys. Ideally, key order would be preserved at it is often relevant to the application.This doesn't seem to currently be possible with Aeson haskell/aeson#368.
I don't know an easy solution to this without re-writing using a new library.
The text was updated successfully, but these errors were encountered: