ZjsonArrayUnshift
Inserts a value at the beginning of the array at the specified key path in the working JSON object.
Syntax
ZjsonArrayUnshift{key;...;value}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| key | string | Yes | - |
| value | string | Yes | - |
Example
ZjsonArrayUnshift{users;Alice}