Function JSONToken.string
Gets/sets the string value of the token.
const(JSONString!String) string
() const pure nothrow @nogc @property @trusted;
JSONString!String string
(
JSONString!String value
) pure nothrow @nogc @property;
JSONString!String string
(
String value
) pure nothrow @nogc @property;