Link

Description

Use this property to return the number of properties of the JSON Object.

Returns

Integer.

Example

Local PSM_JSON:Object &oObject = create PSM_JSON:Object();

Local integer &iValue = &oObject.Size;