json.path

..
Element

FunctionExpression

JSONNode

JSONPath

A JSONPath is a query consisting of a root identifier followed by a series of segments (with optional blank space between). Each segment takes the result of the previous root identifier (or segment) and provides input to the next segment, in the form of a nodelist. A valid query is executed against a value and produces a node list.

JSONPathLexer

Breaks down an input string into a list of Tokens, without otherwise validating syntax.

JSONPathParser

PathPart

PathParts

PrimitiveLiteral

PrimitiveLiteralTools

RawPathPart

Token