JsonValue.Clone() Method

Version: Available or changed with runtime version 1.0.

Creates a deep-copy of the JsonToken value.

Syntax

Clone :=   JsonValue.Clone()

Parameters

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

Return Value

Clone
 Type: JsonToken
The Result will be a full, deep-copy of the Value.

See Also

JsonValue Data Type
Get Started with AL
Developing Extensions