cl-jsonl

MIT

Lazy read JSONL files with each line a separate definition.

$ area51 add cl-jsonlCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-jsonl:some-function ...)