jmes v0.4.0 JMES.Lexer View Source
Tokenizes JMESPath expressions.
Link to this section Summary
Functions
Tokenizes a JMESPath expression
Link to this section Types
Link to this type
error()
View Source
error()
View Source
error() :: {atom(), any(), pos_integer()}
error() :: {atom(), any(), pos_integer()}
Link to this type
success()
View Source
success()
View Source
success() :: {:ok, tokens(), pos_integer()}
success() :: {:ok, tokens(), pos_integer()}
Link to this type
tokens() View Source
Link to this section Functions
Link to this function
scan(expr) View Source
Tokenizes a JMESPath expression.