The main features of the app we have built in this recipe are as follows:
- Reading the JSON file
- Transforming the JSON string into a list of Map objects
- Transforming the Map objects into Pizza objects
Let's see how we achieved each of those in this recipe.