Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.07 KB

File metadata and controls

40 lines (33 loc) · 1.07 KB
title description ms.author ms.date ms.topic author ms.reviewer
JsonObject.Keys() Method
Gets a set of keys of the JsonObject.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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