Merges data given as a JSON string into a document template. The JSON string has to contain either a single object or an array of equally structured objects. Analyzes and uses the given object(s) as merge data in the same way as the method Merge
Introduced: X14.
public void MergeJsonData(string json, bool append);
Public Sub MergeJsonData(ByVal json As String, ByVal append As Boolean)
public void MergeJsonData(string json);
Public Sub MergeJsonData(ByVal json As String)
Parameter | Description |
---|---|
json | The JSON string containing the merge data. |
append | Specifies whether the merge result should be merged into one document or split into separate documents. |