ZjsonSet

Sets a value at the specified key path in the working JSON object, automatically inferring the value type.

Syntax

ZjsonSet{key;...;value}

Arguments

NameTypeRequiredDefault
keystringYes-
valuestringYes-

Example

ZjsonSet{user;name;Alice}