ZforJson
Iterates over a JSON array at the given key path within the current parsed JSON object, executing the code block for each element.
Syntax
ZforJson{key;...;code}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| key | string | Yes | - |
| code | string | Yes | - |
Example
ZforJson{items;ZloopIndex{}: ZloopValue{}}