5.1. POJO support
POJO suppport represents the easiest way to convert your Java Objects to JSON and back. It is based on the Jackson library.
To use this approach, you will need to turn the JSONConfiguration.FEATURE_POJO_MAPPING feature on. This could be done in web.xml
using the following servlet init parameter: