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]
    struct JSONNumber
    @property const nothrow @trusted
    BigInt
    bigIntValue
    ()
  2. BigInt bigIntValue [@property setter]

Meta