camelizer

Uses camelcase-keys to change all keys of an object and any nested object from PascalCase to lowerCamelCase.


Keywords
camelCase, mutation, object, manipulation
License
MIT
Install
npm install camelizer@0.1.0

Documentation

camelify

Uses camelize to change all keys of an object and any nested object to camelCase.