I have an elementary question using Spring RestTemplate for reading a JSON document. I make a get call to a URL which returns a JSON document in this format: { { .. }, { .. } }
I couldn't find any examples for fetching this kind of data.. Would be helpful if someone could help me out with this...
I was able to solve this problem in my case using the firebase-client apis. That exposes a map of values for the kind of json i was talking about. Still, I would like to know how to do this using RestTemplate..