Pop method: JsonArray class

Syntax

Pop()

Description

Use this method to remove the last element in the Json array.

Parameters

None.

Returns

None.

Example

Local JsonArray &jArray = CreateJsonArray();
&jArray.Pop();