Function JSONNumber.this

Constructs a JSONNumber from a raw number.

ref this (
  double value
) nothrow @nogc @safe;

ref this (
  long value
) nothrow @nogc @safe;

ref this (
  std.bigint.BigInt value
) nothrow @nogc @safe;