JsonLexer.this
this
(const(char)[] input) @safeConstruct a lexer over the given input.
Parameters
input | UTF-8 encoded JSON text to tokenize. |
(const(char)[] input) @safeConstruct a lexer over the given input.
input | UTF-8 encoded JSON text to tokenize. |