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.

Introduced: X14.

LoadDataFromJson(String)

public Web.MVC.TextControl LoadDataFromJson(string json);
Public Function LoadDataFromJson(json As String) As Web.MVC.TextControl

Parameters

Parameter Description
json The JSON string containing the merge data.

Return Value

A reference to the Web.MVC.TextControl instance to allow method chaining.