Link

Description

Use this property to return the length of the JSON Array.

Returns

Integer.

Example

Local PSM_JSON:Array &oArray = create PSM_JSON:Array();

Local integer &iValue = &oArray.Length;