Tree (dw::util::Tree)
This utility module provides functions for handling values as tree-data structures.
To use this module, you must import it to your DataWeave code, for example,
by adding the line import * from dw::util::Tree to the header of your
DataWeave script.
Introduced in DataWeave version 2.2.2.
Functions
| Name | Description | 
|---|---|
Transforms a   | 
|
Applies a filtering expression to leaf or   | 
|
Applies a filtering expression to leaf or   | 
|
Filters the value or path of nodes in an input based on a
specified   | 
|
Returns   | 
|
Returns   | 
|
Returns   | 
|
Maps the terminal (leaf) nodes in the tree.  | 
|
Returns   | 



