Hello,
I'm trying to listify dynamic structures that can have up to 5 levels with dynamic attributes also (i.e. almost any kind of JSON), but I'm having a lot of difficulty to use the recursive paths.
In the demo app, if I include in the path the expression $..* (that according to the documentation should allow to retrieve "all Elements in XML document. All members of JSON structure") the output is the same of the input.
Does anyone know if the recursive selector ".." works in this component?
Thanks. Regards.