Table of Contents

Enum JsonPathTokenType

Namespace
MRX.Json.Path
Assembly
MRX.Json.dll

Identifies the kind of a JSON path token.

public enum JsonPathTokenType

Fields

ArrayIndex = 1

A numeric array index, e.g. [0].

ArrayStringIndex = 2

A quoted string array index, e.g. ["key"].

Property = 0

A named object property.