Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Version: Available or changed with runtime version 1.0.
Verifies if a JsonObject contains a property with a given key.
Syntax
Ok := JsonObject.Contains(Key: Text)
Parameters
JsonObject
Type: JsonObject
An instance of the JsonObject data type.
Key
Type: Text
Return Value
Ok
Type: Boolean
true if the object contains a property with the given key; otherwise, false.
Related information
JsonObject Data Type
Get Started with AL
Developing Extensions