Working with JSON in Java RESTful Services using Jackson

JSON is used in RESTful Services to exchange information. This article describes how Java Persistence Objects can easily transformed into JSON to use it in REST API calls. Continue reading