Join Slack
Powered by
You can create a TypeReference for `List<Book&g...
# jackson-kotlin
m
mp
06/12/2018, 4:45 PM
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.
Open in Slack
Previous
Next