import JMESPath
Coverage
Declarations
Interfaces
protocol JMESFunction
Protocol for JMESPath function expression
protocol JMESPropertyWrapper
indirect enum Ast
JMES expression abstract syntax tree
enum Comparator
Comparator used in comparison AST nodes
struct FunctionSignature
Used to validate arguments of a function before it is run
struct JMESExpression
JMES Expression
struct JMESPathError
JMESPath error type.
class JMESRuntime
JMESPath runtime
enum JMESVariable
Internal representation of a variable
typealias JMESArray = [Any]
typealias JMESObject = [String : Any]
typealias JMESSendable = Sendable