GetString method: JsonArray class
Syntax
GetString(Index)
Description
Use this method to return the string value at the index location.
Parameters
| Parameter | Description |
|---|---|
|
Index |
Specifies the index in the Json array as an integer. |
Returns
String.
Example
Local JsonArray &jArray = CreateJsonArray();
Local string &myStr = &jArray.GetString(2);