JSONNumber.this

Constructs a JSONNumber from a raw number.

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

Meta