Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.17 KB

File metadata and controls

41 lines (32 loc) · 1.17 KB
title description ms.author ms.date ms.topic author ms.reviewer
JsonValue.AsToken() Method
Converts the value in a JsonValue to a JsonToken data type.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

JsonValue.AsToken() Method

Version: Available or changed with runtime version 1.0.

Converts the value in a JsonValue to a JsonToken data type.

Syntax

Token :=   JsonValue.AsToken()

Parameters

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

Return Value

Token
 Type: JsonToken
The returned JsonToken contains the same data as the JsonValue, but allows for treating the data in a generic manner.

See Also

JsonValue Data Type
Get Started with AL
Developing Extensions