Einhugur JSON Plugin III for Xojo

JSONArray.Append Method

Appends JSONPrimitive to the array.

Append(
   value as EinhugurJSONIII.JSONPrimitive)

Parameters

value
The value to be appended.

Remarks

You can only attach primitives that have not been attached before. If you really need to re-attach already used primitive then use the Clone function first to deep clone it.

This method can throw JSONIIIException.

See Also

JSONArray Class