Homepage: https://github.com/ebpa/jsonl.el
Author: Erik Anderson
Updated:
Utility functions for working with line-delimited JSON
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"}