Namespace MRX.Json.Path
Classes
- JsonPathMatching
Provides compiled regular expressions used to tokenize JSON paths.
- JsonPathWalker
Walks a JSON path string one token at a time, splitting on property and array-accessor syntax.
Structs
- JsonPathToken
Represents a single token extracted while walking a JSON path.
Enums
- JsonPathTokenType
Identifies the kind of a JSON path token.