Destructor that frees owned JSON objects and cleans up resources
Source position: fpjsonapply.pp line 62
public destructor TJSONApplier.destroy; override; |
The destroy destructor frees any JSON objects that are owned by the component as indicated by the OwnsJSON property. It also frees the destination JSON object if it differs from the source JSON object.
|
Set specifying which JSON objects are owned by the component |
|
|
Source JSON object to merge into |
|
|
JSON object containing elements to apply to the source |
|
|
Destination JSON object containing the merge result |