JSON lexer.
Constructs JSON lexer.
Emitter function called each time a token is found.
Flushes the input emitting all pending tokens.
Scans the input chunk for tokens.
chunk
Chunk of input to scan.
Generated using TypeDoc
JSON lexer.