not sure what you mean by that – im using ``` v...
# jackson-kotlin
h
not sure what you mean by that – im using
Copy code
val json = Book::class.java.getResource("/books.json")
    mapper.reader().forType(Book::class.java).readValue(json)