JsonObject.Keys() Method

Version: Available or changed with runtime version 1.0.

Gets a set of keys of the JsonObject.

Syntax

Keys :=   JsonObject.Keys()

Note

This method can be invoked using property access syntax.

Parameters

JsonObject
 Type: JsonObject
An instance of the JsonObject data type.

Return Value

Keys
 Type: List of [Text]

See Also

JsonObject Data Type
Get Started with AL
Developing Extensions