Unit 'fpJsonApply' Package
[Overview][Types][Classes][Index] [#fcl]

TJSONApplier.DestJSON

Destination JSON object containing the merge result

Declaration

Source position: fpjsonapply.pp line 70

public property TJSONApplier.DestJSON : TJSONObject
  read FDestJSON;

Description

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.

See also

TJSONApplier.SourceJSON

  

Source JSON object to merge into

TJSONApplier.CloneSource

  

Controls whether to make a clone copy of source JSON before applying changes

TJSONApplier.Execute

  

Executes the JSON merge operation from apply JSON to source JSON


Documentation generated on: Jan 27 2026