Skip to main content

Enumeration: FunctionExpressionType

jsonpath.functions.FunctionExpressionType

The type of a JSONPath filter function parameter or return value, as described in See section 2.4.1 of RFC 9535.

Enumeration Members

LogicalType

LogicalType = "LogicalType"

Defined in

src/path/functions/function.ts:7


NodesType

NodesType = "NodesType"

Defined in

src/path/functions/function.ts:8


ValueType

ValueType = "ValueType"

Defined in

src/path/functions/function.ts:6