JSONNumber.this

Constructs a JSONNumber from a raw number.

  1. this(double value)
  2. this(long value)
  3. this(BigInt value)
    struct JSONNumber
    nothrow @nogc
    this
    (
    BigInt value
    )

Meta