Easily transform hash keys in API data
The hash_key_transformer gem makes it easy to deeply transform a JSON-like data structure from one style of key to another (from camelCase to snake_case, for example). Useful when providing JSON data to a JavaScript client or receiving JSON data in a Rails controller action. See more
Post a comment