Function JSONParserNode.literal
The literal token for Kind.literal
nodes.
inout ref inout(JSONToken!String
) literal
() nothrow @property @trusted;
ref JSONToken!String literal
(
JSONToken!String literal
) nothrow @property;
Setting the literal will automatically switch the node kind.