Enum JsonPathTokenType
Identifies the kind of a JSON path token.
public enum JsonPathTokenType
Fields
ArrayIndex = 1A numeric array index, e.g.
[0].ArrayStringIndex = 2A quoted string array index, e.g.
["key"].Property = 0A named object property.