Home PathScope Enum
PathScope Enum
Cancel

PathScope Enum

PathScope Enum

Namespace: Json.Path

Indicates the scope of a path.

Values

NameSummary
GlobalThe scope is the entire JSON document. These paths start with $.
LocalThe scope is the local JSON value. These paths start with @.
Contents