Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX