Show / Hide Table of Contents

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

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