Sencha touch2: How can i parse my nested json data?
问题 i could not able to parse my nested json data and i tried in many ways but i could not succeed. any help is appreciated. Here is my json output looks like: [ { "task": { "locator": "FGWESD", "subtask": [ { "work": { "number": "1145", "id": "0", "status": true, "gate": "N\/A", }, "sequenceNumber": "0", "id": "0" }, { "work": { "number": "1145", "id": "0", "status": true, "gate": "N\/A", }, "sequenceNumber": "0", "id": "0" } ], "connectTime": "0", "id": "0" } } ] Here is my model: Ext.define(