Crate unnest_ndjson

Source
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§

HeaderStyle
Control what information is retained for individual result documents

Traits§

MiniWrite
A simplification of the Write trait.
Sinker
Consume the individual JSON documents.

Functions§

unnest_to_ndjson
Consume a large JSON document from a Read, and write sub documents to a destination.