Serializing to JSON
We are going to practice serializing to JSON with Jackson
We will be adding to the program of the previous exercise.
Assignment
Add functionality to the program to
- Add a new book to the collection of books
- Save the list of books to a file
- Load the list of books to a file
- Print out the list of books includig the mean age of all the books