domchristie / humps

🐫 Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.
1.42k stars 100 forks source link

Add ability to exclude certain keys from processing #26

Closed rufman closed 8 years ago

rufman commented 8 years ago

In some cases we don't want specific keys to be processed. Also, in more advanced scenarios we might not want arbitrary keys that are a child of some other key (that is predetermined) to be processed.