0

How to read each from value below array that is returned by resttemplate.exchange

[
{
Name:Johny
Age:20
Id:300
Dod:shbk
Rank:50
},
{
Name:Johny
Age:20
Id:300
Dod:shbk
Rank:50
},
{
Name:Johny
Age:20
Id:300
Dod:shbk
Rank:50
},
{
Name:Johny
Age:20
Id:300
Dod:shbk
Rank:50
}

]
Alien
  • 15,141
  • 6
  • 37
  • 57
Jenith
  • 1
  • 1
  • 2
    https://stackoverflow.com/q/23674046/6572971 might help you. – Alien Jan 08 '21 at 17:24
  • Thank you , but in instead of usingParameterizedTypeReference>(){}) i used String.class so in i got response as a string then i need to read each value from string. Any idea that could be the helpfull – Jenith Jan 08 '21 at 17:38

0 Answers0