JSONNumber.bigIntValue

Returns the number as a BigInt value.

Regardless of the current type of this number, this property will always yield a value converted to BigInt. Setting this property will automatically update the number type to Type.bigInt.

  1. BigInt bigIntValue [@property getter]
  2. BigInt bigIntValue [@property setter]
    struct JSONNumber
    @property nothrow @trusted @nogc
    BigInt
    bigIntValue
    (
    BigInt value
    )

Meta