API Reference
Preparing search index...
@aws-lambda-powertools/jmespath
types
Node
Type Alias Node
A node in the JMESPath AST.
type
Node
=
{
children
:
Node
[]
;
type
:
string
;
value
?:
JSONValue
;
}
Index
Properties
children
type
value?
Properties
children
children
:
Node
[]
type
type
:
string
Optional
value
value
?:
JSONValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
type
value
API Reference
Loading...
A node in the JMESPath AST.