I have the following JSON file I would like to parse into my Sencha Touch application. I cannot figure out what type of "store" (Store, JsonStore, ArrayStore, etc.) to use and what the "field" setup would be like. Each "datapoint" in the array should be stored as an xValue and a yValue. I don't understand how these points can be read without individual tags
{
"status_code": 200,
"status_text": "Success",
"data": [
"Ajwan",
"Alasande Gram",
"All Flower",
...
"Wood",
"Wool",
"Yam",
"Yam (Ratalu)"
],
"count": 357
}