I\'m trying to consume a HAL-based REST service with the RestTemplate class. The response body looks like this:
{ \"_embedded\": { \"school:teachers\":
I use Bowman to consume JSON+HAL resources in JAVA. This library greatly simplifies the consumption of resources comparing to RestTemplate as shown in this article.