Recursion
Recursion is important with data when you want to walk through every node in your data structure. jq offers a number of ways to do this.
The first is the walk
function. Though note that this function is only available in the latest jq@1.6.
..
walk
recurse