Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version: Available or changed with runtime version 15.0.
Retrieves the value of a property with a given key from a JsonObject as a Boolean.
Syntax
Value := JsonObject.GetBoolean(Key: Text [, DefaultIfNotFound: Boolean])
Parameters
JsonObject
Type: JsonObject
An instance of the JsonObject data type.
Key
Type: Text
The key for the property to read as an Boolean
[Optional] DefaultIfNotFound
Type: Boolean
If true and the key is not found on the object then false should be returned. If false and the property is not found on the object an error will be thrown
Return Value
Value
Type: Boolean
The value of the property with the given key as an Boolean
Related information
JsonObject data type
Getting started with AL
Developing extensions