docsFunctionsJsonZjsonArrayAppend

ZjsonArrayAppend

Appends a value to the end of the array at the specified key path in the working JSON object.

Syntax

ZjsonArrayAppend{key;...;value}

Arguments

NameTypeRequiredDefault
keystringYes-
valuestringYes-

Example

ZjsonArrayAppend{users;Alice}