Function JSONNumber.bigIntValue

Returns the number as a BigInt value.

std.bigint.BigInt bigIntValue () nothrow @property @trusted const;

std.bigint.BigInt bigIntValue (
  std.bigint.BigInt value
) nothrow @property @nogc @trusted;

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.