IN this Blog I will describe JSONQuery: Data Querying Beyond JSONPath.
data = {foo:
"bar"
};
results = dojox.json.query(
"$.foo"
,data);
results ->