JsonValue.AsOption() Method

Version: Available or changed with runtime version 1.0.

Converts the value in a JsonValue to an Option data type.

Syntax

Result :=   JsonValue.AsOption()

Parameters

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

Return Value

Result
 Type: Option
If the JsonValue does not contain a number which can be converted without loss of precision to an Option, the operation will fail with a run-time error.

See Also

JsonValue Data Type
Get Started with AL
Developing Extensions