Open mgsloan opened 6 years ago
Not against this, but I don't think it's worth worrying about. If aeson-flowtyped
used TH instead it could probably preserve comments on specific fields as well.
Unfortunately, TH doesn't have access to that currently. Would be nice if it did, though!
Often the order of the haskell fields is something sensible and nice to read. While I realize that aeson and JS freely reorder the keys of an object, it would be good to preserve the order of the haskell definitions.