Icon GetJSON Method

function GetJSON: String

Available In: Visual Client Applications

Use this method to retrieve the column values of the row as a JSON string. The JSON is formatted as follows:

{ "GridColumn1": "Test 1", "GridColumn2": "100", "GridColumn3": "" }
Image