JSONNumber.longValue

Returns the number as a long value.

Regardless of the current type of this number, this property will always yield a value converted to long. Setting this property will automatically update the number type to Type.long_.

  1. long longValue [@property getter]
    struct JSONNumber
    @property const nothrow @trusted @nogc
    long
    longValue
    ()
  2. long longValue [@property setter]

Meta