JSON example with RESTEasy + Jackson
Jettison as JSON provider You may also interest to read this RESTEasy + Jettison + JAXB example. Many like Jackson JSON processor, and it supported in RESTEasy. In this tutorial, we show you how to convert an object to JSON format and return it back to the client. 1. RESTEasy + Jackson To integrate Jackson …