Skip to main content

Module ndjson

Module ndjson 

Source
Expand description

NDJSON (Newline Delimited JSON) utilities https://github.com/ndjson/ndjson-spec

Functionsยง

parse_ndjson
Parse multiple NDJSON lines
parse_ndjson_line
Parse a single NDJSON line
stringify_ndjson
Stringify multiple objects to NDJSON
stringify_ndjson_line
Stringify an object to NDJSON line