Supriya Ghosh (Editor)

Jackson (API)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Stable release
  
2.x

Type
  
API for JSON

Operating system
  
Cross-platform

License
  
Apache License 2.0

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