where `MyClass` is defined as: ```data class MyCla...
# http4k
m
where
MyClass
is defined as:
Copy code
data class MyClass(
    @JsonProperty("locale-lang")
    val localeLang: String?  
)
Does anyone know how I can get around this?