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
I'd prefer to use camelcase-keys as a one-stop library for converting a snake case API result into camelcase for client side JS, and then converting client side JS camelcase back into snake case for sending back to the same API.
Other libraries like decamelize-keys and snakecase-keys exist, but from a library consumer's perspective it would be preferable to have symmetrical transformations in a single library.
Please consider adding this use case to the supported feature set.
The text was updated successfully, but these errors were encountered:
I'd prefer to use
camelcase-keys
as a one-stop library for converting a snake case API result into camelcase for client side JS, and then converting client side JS camelcase back into snake case for sending back to the same API.Other libraries like
decamelize-keys
andsnakecase-keys
exist, but from a library consumer's perspective it would be preferable to have symmetrical transformations in a single library.Please consider adding this use case to the supported feature set.
The text was updated successfully, but these errors were encountered: