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 MergeObjects.

Introduced: X14.

MergeJsonData(String, Bool)

public void MergeJsonData(string json, bool append);

MergeJsonData(String)

public void MergeJsonData(string json);

Parameters

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.