JSON Parser Xojo plugin
JSONArray.AppendString Method
Appends String value to the Array.
AppendString(
value
as
String)
Parameters
value
The value to be appended.
Remarks
See Also
JSONArray Class