Function JSONToken.boolean
Gets/sets the boolean value of the token.
bool boolean
() const pure nothrow @nogc @property @trusted;
bool boolean
(
bool value
) pure nothrow @nogc @property;
Gets/sets the boolean value of the token.
bool boolean
() const pure nothrow @nogc @property @trusted;
bool boolean
(
bool value
) pure nothrow @nogc @property;