JSONValue.integer

Value getter/setter for JSONType.integer.

  1. long integer [@property getter]
    struct JSONValue
    @property const pure @safe
    long
    integer
    ()
  2. long integer [@property setter]

Throws

JSONException for read access if type is not JSONType.integer.

Meta

Suggestion Box / Bug Report