Function JSONValue.uinteger

Value getter/setter for JSONType.uinteger.

ulong uinteger() pure @property @safe const;

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

Throws

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