Controls whether to make a clone copy of source JSON before applying changes
Source position: fpjsonapply.pp line 85
published property TJSONApplier.CloneSource : Boolean |
The CloneSource property determines whether a clone copy of the source JSON object is made before applying changes. When True, the source JSON object is cloned and changes are applied to the clone, leaving the original unchanged. When False, changes are applied directly to the source JSON object. The default value is False.
|
Source JSON object to merge into |
|
|
Destination JSON object containing the merge result |
|
|
Executes the JSON merge operation from apply JSON to source JSON |