Destination JSON object containing the merge result
Source position: fpjsonapply.pp line 70
public property TJSONApplier.DestJSON : TJSONObject |
The DestJSON property contains the result of the merge operation after Execute is called. If CloneSource is True, this will be a clone of the source JSON object. If CloneSource is False, this will be the same reference as the source JSON object. This property is read-only and is set automatically during the merge operation.
|
Source JSON object to merge into |
|
|
Controls whether to make a clone copy of source JSON before applying changes |
|
|
Executes the JSON merge operation from apply JSON to source JSON |