Replies: 1 comment
-
Hi Matthew! Not currently, as being able to statically generate the transformed key is the only way to guarantee high performance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have some nested data (i.e. posts -> user), I don't think there's currently a way to recursively apply
transform_keys :camelize
without writing a serializer for each sub-component (which can be tedious in more complex data models)Are there plans to add a version of
transform_keys :camelize
that applies to every nested key of arbitrary depth?Beta Was this translation helpful? Give feedback.
All reactions