dojox/jsonPath/query (version 1.10)

Summary

Perform jsonPath query expr on javascript object or json string obj

Usage

query(obj,expr,arg);
Parameter Type Description
obj Object

object || json string to perform query on

expr String

jsonPath expression (string) to be evaluated

arg Object

{} special arguments.

  • resultType: "VALUE"||"BOTH"||"PATH"} (defaults to value)
  • evalType: "RESULT"||"ITEM"} (defaults to ?)

Method Summary

Methods

Error in the documentation? Can’t find what you are looking for? Let us know!