Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.13 KB

File metadata and controls

42 lines (33 loc) · 1.13 KB
title description ms.author ms.date ms.topic author ms.reviewer
JsonValue.AsCode() Method
Converts the value in a JsonValue to a Code data type.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

JsonValue.AsCode() Method

Version: Available or changed with runtime version 1.0.

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

Syntax

Result :=   JsonValue.AsCode()

Parameters

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

Return Value

Result
 Type: Code

Remarks

The operation will fail with a run-time error if the JsonValue contains NULL or UNDEFINED.

See Also

JsonValue Data Type
Get Started with AL
Developing Extensions