Loads a JSON string containing an array of objects or a single object as a data source. Automatically deduces table and column names as well as data relations from property names and nested objects in the given single object or, in case of an array, the first object.

LoadJson(String)

public void LoadJson(string json);
Public Sub LoadJson(json As String)

Parameters

Parameter Description
json A JSON string containing a single object or an array of objects.