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
Circe includes an annotation @JsonKey to rename fields: https://circe.github.io/circe/codec.html#custom-key-mappings-via-annotations
@JsonKey
It would be nice to have that annotation supported in circe-derivation as well.
The text was updated successfully, but these errors were encountered:
This should be a pretty straightforward copy-paste job. I'm not opposed to it, but it's also not a priority for me.
Sorry, something went wrong.
In the weekend, I'll port them to circe-derivation.
This issue can be closed.
No branches or pull requests
Circe includes an annotation
@JsonKey
to rename fields:https://circe.github.io/circe/codec.html#custom-key-mappings-via-annotations
It would be nice to have that annotation supported in circe-derivation as well.
The text was updated successfully, but these errors were encountered: