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.
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.