JSONLexerRange.front

Returns the current token in the stream.

struct JSONLexerRange(Input, LexOptions options = LexOptions.init)
@property ref
const(JSONToken)
front
()
if (
isInputRange!Input &&
(
isSomeChar!(ElementType!Input) ||
isIntegral!(ElementType!Input)
)
)

Meta