Attempting to snakeize `{ addressLine1: 'foo' }`... Results in `{ address_line1: 'foo' }`... And not the hoped for `{ address_line_1: 'foo' }`.
Attempting to snakeize
{ addressLine1: 'foo' }...Results in
{ address_line1: 'foo' }...And not the hoped for
{ address_line_1: 'foo' }.