How to get the JSON results in ExtJS

To get the whole json result, use:

store.proxy.reader.rawData     


To get the property of the json result, use:

store.proxy.reader.rawData["propertyName"]

你可能感兴趣的:(How to get the JSON results in ExtJS)