Stable release 2.x Type API for JSON | Operating system | |
Jackson is a high-performance JSON processor for Java. Developers of it extol the combination of fast, correct, lightweight, and ergonomic attributes of the library.
Contents
Implemention
Jackson provides many ways of working including simple POJO converted to/from JSON for simple cases. Jackson also provides a set of annotations for mapping too.
Usage Example
Sample code for reading and writing with POJOs may look like as follows:
References
Jackson (API) Wikipedia(Text) CC BY-SA