The bottom line is that names in the JSON document...
# klaxon
c
The bottom line is that names in the JSON document (what's on the left side of the colon) need to map to properties on your Kotlin classes (either the names must match or you can adapt them with the
@Json(name=)
annotation).