Expand description
Convert a large json document into smaller, easier to process documents, quickly.
Call unnest_to_ndjson on your stream, and receive a much nicer stream, or some callbacks.
Enums§
- Header
Style - Control what information is retained for individual result documents
Traits§
Functions§
- unnest_
to_ ndjson - Consume a large JSON document from a
Read
, and write sub documents to a destination.