JsonStreamParser.push

void push(const(char)[] chunk) @safe

Append a new chunk of input to the internal buffer.

Parameters

chunkThe chunk of JSON text to append.