Expand description
This module contains the low-level NDJSON parsing logic in the form of the NdjsonEngine. You should usually not have to use this directly, but rather access a higher-level interface such as iterators.
Structsยง
- Ndjson
Engine - The low-level engine parsing NDJSON-data given as byte slices into objects of the type parameter
T
. Data is supplied in chunks and parsed objects can subsequently be read from a queue.