set_json_data_source method

set_json_data_source(self, name, json)

Set json string value as data source of smart markers.


def set_json_data_source(self, name, json):
    ...
ParameterTypeDescription
nameSystem.StringThe name of the table.
If the value of JSON represents an object,it coult be null.
jsonSystem.StringThe value of Json string.

See Also