Step: Iterate: .[]
Iterate: .[]
.[] explodes an array (or object's values) into a stream of separate outputs — one result per element, not one array.
Why it matters: streams are the heart of jq. Most pipelines are "iterate, then do something to each element."
Your turn: emit each hobby as its own output.
Input:
Expected:
Step 8 of 27