JsonStreamParser.push
void push(const(char)[] chunk) @safeAppend a new chunk of input to the internal buffer.
Parameters
chunk | The chunk of JSON text to append. |
void push(const(char)[] chunk) @safeAppend a new chunk of input to the internal buffer.
chunk | The chunk of JSON text to append. |