JsonValue.SetValue(BigInteger) Method

Version: Available or changed with runtime version 1.0.

Set the contents of the JsonValue variable to the JSON representation of the given value.

Syntax

 JsonValue.SetValue(Value: BigInteger)

Parameters

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

Value
 Type: BigInteger

Remarks

  • When Value is BigInteger, Decimal, the value will be stored as a String to not lose precision.
  • The JsonValue will be disconnected from its current JSON tree and the data contained by the JsonValue will be replaced with the new value.

See Also

JsonValue Data Type
Get Started with AL
Developing Extensions