Streaming newline delimited json parser + serializer
json-nd is a module that provides functions to parse and stringify newline-delimited JSON (NDJSON) data.
given two streams of newline delimited JSON data perform a merge/extend on each object in the stream
Merge line by line streams operating in object mode.