Convert object keys to camel case
Adaptation of camelcase-keys but recursive.
TypeScript definitions for camelcase-keys-deep
Largely forked from https://github.com/sindresorhus/camelcase-keys (Thank you!).
Deeply convert the keys of an object to camelCase
a koa middleware for converting object keys to camelCase using camelcase-keys.
Safely convert object keys to camelCase recursively with circular reference protection, deep traversal, and robust error handling.
Deeply camelCases object keys, works on all environments where at least ES5 is available (IE9+), using UMD. Tiny in size, has no dependencies.
Redux middleware to transform action object to use camelCase keys before dispatch
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Convert object keys to camel case
```bash npm i @os023/camelcase-keys
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays
Convert a kebab-cased CSS property into a camelCased DOM property.
Library for creating recursive camelcase keys for MongoDB data
Axios transformer/interceptor that converts snake_case/camelCase
The lodash method `_.camelCase` exported as a module.
0 dependencies deep transform object keys to camelcase
Converts underscore keys in objects to camelCase keys
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
String case utils
Recursive camelCase of object keys and arrays of objects
Checks that you are using the existent css/scss/less classes, no more no less
Uses camelcase-keys to change all keys of an object and any nested object from PascalCase to lowerCamelCase.
Rack middleware for Rails that automatically converts request param keys to snake_case and response keys to camelCase helping you maintain a consistent code style in your Ruby and JavaScript code
Convert the case of strings, symbols, and hash keys, including camelCase, PascalCase, and underscore_case
simple extension to Hashie::Mash for rubyified keys, all keys are converted to underscore to eliminate horrible camelCasing
simple extension to Hashie::Mash for rubyified keys, all keys are converted to underscore to eliminate horrible camelCasing
Have you ever needed to automatically convert JSON-style camelBack or CamelCase hash keys into more Rubyish snake_case? Plissken to the rescue. This gem recursively converts all camelBack or CamelCase keys in a hash structure to snake_case.
Have you ever needed to automatically convert Ruby-style snake_case to CamelCase or camelBack hash keys? Awrence to the rescue. This gem recursively converts all snake_case keys in a hash structure to camelBack.
Incoming JSON keys are transformed from camelCase to snake_case. Outgoing JSON keys are transformed from snake_case to camelCase.
hash_key_transformer makes it easy to deeply transform a JSON-like data structure from one style of key to another (for example, from camelCase to snake_case).
simple extension to Hashie::Mash for rubyified keys, all keys are converted to underscore to eliminate horrible camelCasing
simple extension to Hashie::Mash for non rubyified keys, all keys are converted to camelCase
simple extension to Hashie::Mash for rubyified keys, all keys are converted to underscore to eliminate horrible camelCasing
This gem converts the case of strings, symbols, and keys of hash recursively. The convertible cases are camelCase, PascalCase, snake_case, etc.
No description provided.
No description provided.