RESTEasy client to send JSON requests
This is a very short example of how you can use RESTEasy to send JSON requests.
For one of my pet projects, I needed to send requests to my JSON based API. I
usually use Apache‘s HttpClient for simple requests. But, this time I wanted to
try some of