Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
res
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

json-xpath

Query JSON objects with XPath 2.0

<script type="text/javascript" src="json.xpath.js"></script>

API

(array) JSON.xpath(expression[, context[, scope]])

Here: expression is the XPath 2.0 query string, context - JSON object to be evaluated, scope - hash object with variables to be exposed to evaluation engine at runtime.

You can’t perform that action at this time.