We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hello,
how can i evaluate the value inside array? maybe for some object like this
{ "data": [ { "key": "val1" }, { "key": "val2" }, ... ] }
evaluate the object like this
data.key == "val1"
Thanks in advance