Module json

Expand description

ndjson support in rama

Newline Delimited Json streams.

Use SSE If you can, ndjson if you must.

Structs§

JsonStream
Wraps a Stream of Results of data blocks, i.e. types that reference as byte array, and offers a Stream mplementation over parsed NDJSON-records according to Deserialize, forwarding potential errors returned by the wrapped iterator.
ParseConfig
Configuration for the NDJSON-parser which controls the behavior in various situations.

Enums§

EmptyLineHandling
Controls how the parser deals with lines that contain no JSON values.