JSONValue.uinteger

Value getter/setter for JSONType.uinteger.

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

Throws

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

Meta