JSONValue.uinteger

ulong uinteger() @property const pure @safe

Value getter/setter for JSONType.uinteger.

Throws

JSONException for read access if type is not

JSONType.uinteger.

ulong uinteger(ulong v) @property pure nothrow @safe @nogc

ditto