Enum PathExecutionMode
Defines the options for executing selectors
Namespace: JsonCons.JsonPath
Assembly: JsonCons.JsonPath.dll
Syntax
public enum PathExecutionMode
Fields
| Name | Description |
|---|---|
| Parallel | Parallelizes execution of individual selectors in unions. |
| Sequential | Executes selectors sequentially. |