Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.19 KB

File metadata and controls

43 lines (34 loc) · 1.19 KB
title description ms.author ms.date ms.topic author ms.reviewer
JsonObject.Remove(Text) Method
Removes the property with the given key from the object.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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.

See Also

JsonObject Data Type
Get Started with AL
Developing Extensions