We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the generic encoding turns records into simple sequences of fields.
Would it make sense to change the encoding for records or provide an alternative encoding that will store records as maps, similar to what aeson does?
aeson
The text was updated successfully, but these errors were encountered:
Yes, it should be an option.
Sorry, something went wrong.
As long aeson does not become dependency :)
It won't. The config object can be used here to select that option. All the info is in Generic already, so it can easily be done (even without TH).
No branches or pull requests
Currently the generic encoding turns records into simple sequences of fields.
Would it make sense to change the encoding for records or provide an alternative encoding that will store records as maps, similar to what
aeson
does?The text was updated successfully, but these errors were encountered: