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
}
]
>(){}) 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