Flatten nested structure
Recursively flattens a nested data structure.
For example, the data structure below represents a nested product category tree structure.
By using the “Flatten nested structure” transformer it can be flatten into a single array.