JSON Serializable Snake Case

@JsonSerializable(fieldRename:FieldRename.snake)
class User {
...
}
jnavarroa_