For more information on the search, visit the help page.
StepKind
INDEX
MEMBER
JsonpathFilterQuery
Clause
FilterExpression
Keyword
PathStep
Token
TokenKind
FilterQuerySyntaxError
evaluateClause
evaluateFilterExpression
matchesFilterQuery
parseFilterQuery
parsePathExpression
resolvePathValue
tokenizeFilterQuery
_isNumber
_parseLiteralValue
_splitOnSpaces
_unquote
COMBINATOR_KEYWORDS
COMBINATOR_PRECEDENCE_AND_BINDS_TIGHTER
COMPARISON_KEYWORDS
_ABSENT
_SPECIAL_CHARS
acmecse.helpers.JsonpathFilterQuery.StepKind
acmecse
helpers
class StepKind(Enum): (source)
View In Hierarchy
Kind of a single step in a path expression.
str
An array index access step, e.g. "[0]".
'index'
A member-name access step, e.g. ".foo" or ".'a.b'".
'member'