Here i need some help in json parsing
[{"a":0,"b":"0","c":"2A","s":"A","p":0,"Time":0},
{"a":0,"b":"0","c":"2A","s":"A","cpu":0,"Time":0},
{"a":0,"b":"0","c":"2A","s":"A","p":0,"Time":0},
{"a":0,"b":"0","c":"2A","s":"A","p":0,"Time":0},
{"a":0,"b":"0","c":"2A","s":"A","p":0,"Time":0}]
this is my json format. how can i iterate through the json.
data[0] = {"a":0,"b":"0","c":"2A","s":"A","p":0,"Time":0}; // get from iteration
and also get the individual item from this object like Time=0