[][src]Module arnalisa::bins::jsonlsink

A bin that writes it's input values to a writer in JSONL format.

  ┌───[jsonlsink]───┐
 ⇒│<input 0>        │
 ⇒│<input 1>        │
 ⇒│<input 2>        │
 ⇒┊…                ┊
 ⇒│<input n>        │
  └─────────────────┘

Structs

Bin

A bin that writes it's input values to a writer in JSONL format.

Description

Description for the JSONL sink bin.