Std json jsonarray getstring
std:std.json.JsonArray.GetString
Method GetString:String( index:Int )#
Gets a string array element.
Returns the string value at index
, or an empty string if index
is out of range or the value at index
is not a string.
Parameters | |
---|---|
index |
index Array index. |