ZjsonMerge

Deep-merges a JSON string into the value at the specified key path in the working JSON object. Objects are merged recursively; scalars and arrays overwrite.

Syntax

ZjsonMerge{target;sourceJson}

Arguments

NameTypeRequiredDefault
targetstringYes-
sourceJsonstringYes-

Example

ZjsonMerge{config;{"theme":"dark"}}