JsonArray Class Properties

In this section, the JsonArray class property is discussed.

Description

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

Example

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