JsonObject.Remove(Text) Method
Version: Available or changed with runtime version 1.0.
Removes the property with the given key from the object.
Syntax
[Ok := ] JsonObject.Remove(Key: Text)
Parameters
JsonObject
Type: JsonObject
An instance of the JsonObject data type.
Key
Type: Text
Return Value
[Optional] Ok
Type: Boolean
true if the operation was successful; otherwise false.
Related information
JsonObject Data Type
Get Started with AL
Developing Extensions