Uses data given as a JSON string as a data source. The JSON string has to contain an array of equally structured objects. Analyzes and uses the given objects as merge data in the same way as the method LoadDataFromModel. The method returns immediately.

Introduced: X14.

LoadDataFromJsonAsync(String)

public async System.Threading.Tasks.Task LoadDataFromJsonAsync(string json);
Public Async Function LoadDataFromJsonAsync(json As String) As System.Threading.Tasks.Task

Parameters

Parameter Description
json The JSON string containing the merge data.