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
The current aeson implementation looks a bit too smart, and it makes use of libraries (e.g. tagged, which allows ConsFromJSON; there's probably more, that's just the first thing came up in my experiment with it). I'm also unsure about the arity polymorphism in GToJSON/GFromJSON. I'm thinking maybe taking aeson pre-1.0 would be a better match for microaeson.
The very convenient Generics machinery from aeson is not present here. Is there a good reason for this? Would a PR adding it be welcomed?
The text was updated successfully, but these errors were encountered: