std.json.JsonArray.GetString - nitrologic/monkey2 GitHub Wiki

std::std.json.std.json.JsonArray.GetString

Method GetString:monkey:monkey.types.String( index:monkey:monkey.types.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.