do you think that when introspecting kotlin classe...
# jackson-kotlin
m
do you think that when introspecting kotlin classes
Copy code
val isFoo
should be translated to
Copy code
isFoo
without explicit @JsonProperty("isFoo")?