Functiondojox.jsonPath.query

dojo.require("dojox.jsonPath.query");
defined in dojox/jsonPath/query.js

Usage

function (/*Object*/ obj, /*String*/ expr, /*Object*/ arg) (view source)
parametertypedescription
objObjectsummaRy Perform jsonPath query `expr` on javascript object or json string `obj` object || json string to perform query on
exprStringjsonPath expression (string) to be evaluated
argObjectspecial arugments. resultType: "VALUE"||"BOTH"||"PATH"} (defaults to value) evalType: "RESULT"||"ITEM"} (defaults to ?)