JSON path in source object where merging should start
Source position: fpjsonapply.pp line 77
published property TJSONApplier.SourcePath : string |
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.
|
Source JSON object to merge into |
|
|
JSON path in apply object where merging data should be taken from |
|
|
Executes the JSON merge operation from apply JSON to source JSON |