> For the complete documentation index, see [llms.txt](https://lin-4.gitbook.io/json-and-beyond/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lin-4.gitbook.io/json-and-beyond/jackson.md).

# Jackson

[https://en.wikipedia.org/wiki/Jackson\_(API\\](https://en.wikipedia.org/wiki/Jackson_\(API\)\\)

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.

<http://www.baeldung.com/spring-boot-start>
