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

TJSONApplier.ApplyPath

JSON path in apply object where merging data should be taken from

Declaration

Source position: fpjsonapply.pp line 81

published property TJSONApplier.ApplyPath : string
  read FApplyPath
  write FApplyPath;

Description

The ApplyPath property specifies a JSON path within the apply JSON object from which elements should be merged. If empty, elements are taken from the root of the apply object. The path must point to an existing JSON object within the apply structure. JSON paths use dot notation to navigate nested objects.

See also

TJSONApplier.ApplyJSON

  

JSON object containing elements to apply to the source

TJSONApplier.SourcePath

  

JSON path in source object where merging should start

TJSONApplier.Execute

  

Executes the JSON merge operation from apply JSON to source JSON


Documentation generated on: Jan 27 2026