JSONValue.uinteger

Value getter/setter for JSONType.uinteger.

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

Throws

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

Meta