How do I get the data from this Json? I want to transform into a JsonArray to be able to scroll through, but it is a JsonObject ...
{
"1":{"a":"1","c":"0","d":"0","m":"0","ns":"0","proc":"0"},
"2":{"a":"1","c":"0","d":"0","m":"0","ns":"0","proc":"0"},
"3":{"a":"1","c":"0","d":"0","m":"0","ns":"0","proc":"0"},
"4":{"a":"1","c":"0","d":"0","m":"0","ns":"0","proc":"0"},
"5":{"a":"1","c":"0","d":"0","m":"0","ns":"0","proc":"0"}
}