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

Control what information is retained for individual result documents

Traits

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

Functions

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