Documentation
Commentary
This library contains some utility functions to simplify working
with line-delimited JSON (JSONL). Sometimes called
"newline-delimited JSON" or "JSON lines", line-delimited JSON is a
format for encoding multiple JSON values within a single file:
> {"foo": "bar"}
> {"baz": "bat"}
Requires
Dependencies
Consumers
Reverse Dependencies
No reverse dependencies recorded.