Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.01 KB

jsonarray-add-option-method.md

File metadata and controls

38 lines (30 loc) · 1.01 KB
title description ms.author ms.date ms.tgt_pltfrm ms.topic author
JsonArray.Add(Option) Method
Adds a new value at the end of the JsonArray.
solsen
02/26/2024
na
reference
SusanneWindfeldPedersen

JsonArray.Add(Option) Method

Version: Available or changed with runtime version 1.0.

Adds a new value at the end of the JsonArray.

Syntax

 JsonArray.Add(Value: Option)

Parameters

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

Value
 Type: Option

See Also

JsonArray Data Type
Get Started with AL
Developing Extensions