Size property: JsonArray class

Description

Use this property to return the size of the Json array.

Example

Local JsonArray &jArray = CreateJsonArray();
Local integer &jArrSz = &jArray.Size;