Module json
Expand description
ndjson support in rama
Newline Delimited Json streams.
Use SSE If you can, ndjson if you must.
Structs§
- Json
Stream - 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.
- Parse
Config - Configuration for the NDJSON-parser which controls the behavior in various situations.
Enums§
- Empty
Line Handling - Controls how the parser deals with lines that contain no JSON values.