@krotki: You are correct, the latest version of [JSON](
http://www.ietf.org/rfc/rfc7159.txt) supports simple strings. Instead I tried, without Kotlin module and appears to work.
val mapper = ObjectMapper()
val molor = mapper.readValue(""""00008979_0010"""", Molor::class.java)
println(molor)