Jackson is a type of Serialization Frameworks
Tutorials
- https://www.tutorialspoint.com/jackson_annotations/index.htm
- https://www.baeldung.com/jackson-object-mapper-tutorial
Code
org.codehaus.jackson vs com.fasterxml.jackson
org.codehaus.jacksonis an older version of Jacksoncom.fasterxml.jacksonrepresents the new project and package
The reason is, Jackson has moved from Codehaus to Github when releasing Jackson 2.
See here for details