Json and beyond
  • Introduction
  • JsonView
  • JsonPath
  • JsonAssert
  • Gson
  • Jackson
  • JSON.simple
  • serialization/deserialization
Powered by GitBook
On this page

Was this helpful?

Jackson

PreviousGsonNextJSON.simple

Last updated 5 years ago

Was this helpful?

In computing, Jackson is a high-performance JSONprocessor for Java. Its developers extol the combination of fast, correct, lightweight, and ergonomic attributes of the library.

Jackson provides many ways of working including simple POJO converted to/from JSON for simple cases. Jackson provides a set of annotations for mapping too.

https://en.wikipedia.org/wiki/Jackson_(API\
http://www.baeldung.com/spring-boot-start