Jackson is a library for manipulating JSON-related data in Java.

Home: https://github.com/FasterXML/jackson

In this tutorial, I summarize all instructions of Huong Dan Java to help you work with JSON-related data using this library!

JSON can help us to convert a Java object to a JSON string.

And it also helps us to convert back, from a JSON string to an object in Java.

In this tutorial, I show you how to convert JSON to CSV using the Jackson library.

In this tutorial, I guide you all on how to generate JSON data using Java class annotated with JAXB annotation, using the Jackson library.

Add Comment