You can create a TypeReference for `List<Book&g...
# jackson-kotlin
m
You can create a TypeReference for
List<Book>
, for instance, or if you’re dealing with very large json and you don’t want to have it all in memory, you can decode
Book
by
Book
by manually traversing the JSON array.