Show contents 

Working with Common Classes > Static Properties and Methods > PP.getFirstValue

PP.getFirstValue

Syntax

getFirstValue(obj: Object);

Parameters

obj. JSON object, value for the first member of which should be determined.

Description

The getFirstValue method determines value for the first object member.

Example

The example of use is given in the with description of the static method PP.getFirstMember.

See also:

PP