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