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 JSON string to an object in Java.
In this tutorial, I show you how to convert JSON to CSV using Jackson library.