Enum JsonLocationNodeKind
Specifies the type of a path node.
Namespace: JsonCons.JsonPath
Assembly: JsonCons.JsonPath.dll
Syntax
public enum JsonLocationNodeKind
Fields
Name | Description |
---|---|
Index | Indicates a path node that matches on array indices. |
Name | Indicates a path node that matches on property names. |
Root | Indicates the root path node |