JsonArray.Clone() Method
Version: Available or changed with runtime version 1.0.
Creates a deep-copy of the JsonArray value.
Syntax
Clone := JsonArray.Clone()
Parameters
JsonArray
Type: JsonArray
An instance of the JsonArray data type.
Return Value
Clone
Type: JsonToken
The Result will be a full, deep-copy of the Value.
Related information
JsonArray Data Type
Get Started with AL
Developing Extensions