Serializers for JSON object keys #4918
Ericson2314
started this conversation in
Ideas
Replies: 1 comment
|
There's no dedicated 'key serializer' customization point analogous to Haskell's This reply was drafted by Claude Code on behalf of @nlohmann, as part of a review of open discussions. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Basically, I am looking for the equivalent of https://hackage.haskell.org/package/aeson-2.2.3.0/docs/Data-Aeson-Types.html#t:ToJSONKey
I would have assumed that Serde had some prior art for this too, but maybe it does not.
All reactions