Constructs a JSONNumber from a raw number.
Makes a JSONNumber behave like a double by default.
Support assignment of numbers.
Support relational comparisons
Support equality comparisons
Support use as hash key
Returns the number as a BigInt value.
Returns the number as a double value.
Returns the number as a long value.
The native type of the stored number.
Represents a JSON number literal with lazy conversion.