JSONPath Tools / @jsonpath-tools/jsonpath / QueryOptions
Interface: QueryOptions
Defines an environment in which the JSONPath query is executed.
Properties
functions
ts
readonly functions: object;
Defined functions.
Index Signature
ts
[name: string]: Function