JMES.Parser (bpxe_jmes v0.6.1) View Source

Parses JMESPath expressions.

Link to this section Summary

Functions

Parses a JMESPath expression into an Abstract Syntax Tree.

Link to this section Types

Specs

ast() :: tuple() | atom()

Specs

error() :: {:error, any()}

Specs

expr() :: String.t() | charlist()

Link to this section Functions

Specs

parse(expr()) :: {:ok, ast()} | error()

Parses a JMESPath expression into an Abstract Syntax Tree.