Object Mapping with Jackson Library

# Introduction In this lab, we will learn how to use Jackson `ObjectMapper` class to map objects to JSON and JSON to objects. We will use a simple Java class named `DemoClass` and learn various techniques to read and write JSON data.

|
60 : 00

Click the virtual machine below to start practicing