The JSON parse app breaks up JSON on a repeating node element.
The usage of the app is based on parent node to child node relationship within the hierarchy of the JSON searched.
A direct parent to child node relationship or a recursive search can be performed for the node looked for in relation to the parent node.
If no parent node given the parent context will be the root of the JSON.
There is the ability to filter based on the presence of a node or nodes. The filtering methodology can look for specific values on the node specified using standard comparison types.
A flow has been provided that illustrates the usage of the app.