I want to loop through this JSON and insert each line into text. How can I do that?
[
{
"score": "315",
"name": "Alex",
"state": "Tokyo",
"rank": "1"
},
{
"score": "315",
"name": "Joe",
"state": "New Mexico",
"rank": "2"
},
{
"score": "22",
"name": "Rishi",
"state": "Paris",
"rank": "3"
}
]