<@U1ZJCKT88>: You are correct, the latest version ...
# jackson-kotlin
g
@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.
Copy code
val mapper = ObjectMapper()
 val molor = mapper.readValue(""""00008979_0010"""", Molor::class.java)
 println(molor)