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]
  2. long longValue [@property setter]
    struct JSONNumber
    @property nothrow @nogc
    long
    longValue
    (
    long value
    )

Meta