This is my json response
{"COLUMNS":["LABEL1", "LABEL2", "RATE1", "RATE2"], "DATA":[["tps", "tvq", 10.0, 20.0]]}
And I want to be able to loop only over the DATA element.
I don’t have any code because I have no clue how to do this. Just learning this new language.
1 Answer