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
In #862 the generator was changed to emit request/response fields in sorted order. We could switch the generator from aeson to waargonaut, which uses a JSON AST that tracks such things.
The text was updated successfully, but these errors were encountered:
The new parser in aeson >= 2.1.2.0, Data.Aeson.Decoding.Tokens is probably easier to use than waargonaut will be, as its hw-simd-json dependency doesn't build right now.
In #862 the generator was changed to emit request/response fields in sorted order. We could switch the generator from
aeson
towaargonaut
, which uses a JSON AST that tracks such things.The text was updated successfully, but these errors were encountered: