Optionaloptions:
JsonLineStreamReadOptions<T>
Decodes a byte stream and calls
onChunk without retaining decoded text.
Optionaloptions:
TextStreamReadOptions
Returns true when a value is a native readable byte stream.
Decodes newline-delimited JSON and returns all parsed values.
Optionaloptions:
JsonLineStreamReadOptions<T>
Decodes a byte stream and emits complete lines.
Optionaloptions:
LineStreamReadOptions
Decodes a byte stream into text chunks.
Optionaloptions:
TextStreamReadOptions
Decodes newline-delimited JSON without retaining parsed values.