I have two questions:
- How to map a list of JSON objects using Spring RestTemplate.
- How to map nested JSON objects.
I am trying to consume https://bitpay.com/api/rates, by following the tutorial from http://spring.io/guides/gs/consuming-rest/.
I have two questions:
I am trying to consume https://bitpay.com/api/rates, by following the tutorial from http://spring.io/guides/gs/consuming-rest/.