Home FunctionType Enum
FunctionType Enum
Cancel

FunctionType Enum

FunctionType Enum

Namespace: Json.Path

Indicates the return type of a filter expression function.

Values

NameSummary
UnspecifiedHolder for a default value. Not an actual valid function type.
ValueIndicates the function returns a JSON-like value that can be compared with equality and inequality operators.
LogicalIndicates the function returns a non-JSON boolean value that can be compared with logical operators.
NodelistIndicates the function returns a nodelist.
Contents