getObjectKeys

IMPORTANT!  
Starting with v24.3, this is deprecated. Use ftos.utils.json.getObjectKeys instead.

Returns the keys of a JSON object.

Syntax

function getObjectKeys(objectName: string): string[]
 
Parameter Description
objectName Name of the object.

Return Value

Returns an array that contains they object's key names.

Examples