Description
JSONPath is a query language for JSON roughly equivalent to XPath for XML. This pull request adds fn:jsonpath as an analogue to fn:xpath, and evaluates the value of the context node or nodes passed in as function arguments against a JSONPath string, and return the resulting value (which may, itself, be more JSON).