In jq it's the // operation. Very useful when null is returned instead of a list:
//
.foo // [] | map(...)