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