Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.43 KB

jsonobject-replace-string-byte-method.md

File metadata and controls

47 lines (36 loc) · 1.43 KB
title description ms.author ms.date ms.tgt_pltfrm ms.topic author
JsonObject.Replace(Text, Byte) Method
Replaces the value of the property with the given key with the new value.
solsen
02/26/2024
na
reference
SusanneWindfeldPedersen

JsonObject.Replace(Text, Byte) Method

Version: Available or changed with runtime version 1.0.

Replaces the value of the property with the given key with the new value.

Syntax

[Ok := ]  JsonObject.Replace(Key: Text, Value: Byte)

Parameters

JsonObject
 Type: JsonObject
An instance of the JsonObject data type.

Key
 Type: Text

Value
 Type: Byte

Return Value

[Optional] Ok
 Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

JsonObject Data Type
Get Started with AL
Developing Extensions