JSON Parser Xojo plugin
JSONArray.Append Method
Appends JSONPrimitive value to the array.
Append(
value
as
JSONPrimitive
)
Parameters
value
The value to append.
Remarks
See Also
JSONArray Class