The problem with Jackson (or any other such librar...
# announcements
d
The problem with Jackson (or any other such library) is how it enforces things in your model, for instance, I like immutability but with Jackson I have to add no-arg annotations (with kotlin-noarg)