dojox.data.jsonPathStore.buildIndex
dojo.require("dojox.data.jsonPathStore");
defined in dojox/data/jsonPathStore.js
parse the object structure, and turn any objects into jsonPathStore items. Basically this just does a recursive series of fetches which itself already examines any items as they are retrieved and setups up the required meta information.
Usage
function (/*String*/ path, item) (view source)
parameter | type | description |
---|---|---|
path | String | */ jsonPath Query for the starting point of this index construction. |
item |