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