Currently, if the JSON contains snake_case names, these are used as-is in the case classes: an option to convert `abz_xyz` in the JSON to `abcXyz` in the case class would be nice.