AddElement method: JsonArray class
Syntax
AddElement(Element)
Description
Use this method to add an element of any type to the Json array.
Parameters
| Parameter | Description |
|---|---|
|
Element |
Specifies the element that needs to be added as any type. |
Returns
None.
Example
Local JsonArray &jArray = CreateJsonArray();
&jArray.AddElement("Name");