I have the below object, I would like to use Stream() in order to get the first input param where the name is equal to "target" is it possible? or I can only stream the inputParam?
"flow": [
{
"step": [
{
"inputParam": [
{
"name": "inputname",
"value": "value"
}
]
}
]
}
]
}```