Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / Type

Enumeration: Type

Type from the JSONPath type system.

Enumeration Members

logicalType

ts
logicalType: "LogicalType";

LogicalTrue or LogicalFalse.


nodesType

ts
nodesType: "NodesType";

NodeList.


valueType

ts
valueType: "ValueType";

JSONValue or Nothing.