Functiondojox.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)
parametertypedescription
pathString*/ jsonPath Query for the starting point of this index construction.
item