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

TJSONApplier.SourcePath

JSON path in source object where merging should start

Declaration

Source position: fpjsonapply.pp line 77

published property TJSONApplier.SourcePath : string
  read FSourcePath
  write FSourcePath;

Description

The SourcePath property specifies a JSON path within the source JSON object where the merge operation should begin. If empty, merging starts at the root of the source object. The path must point to an existing JSON object within the source structure. JSON paths use dot notation to navigate nested objects.

See also

TJSONApplier.SourceJSON

  

Source JSON object to merge into

TJSONApplier.ApplyPath

  

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

TJSONApplier.Execute

  

Executes the JSON merge operation from apply JSON to source JSON


Documentation generated on: Jan 27 2026