ObjUtil.prototype.camelizeKeys = function (obj) {
  // Change state
  this.camelize = true;
  this.underscorize = !this.camelize;