Lazy read JSONL files with each line a separate definition.
$ area51 add cl-jsonl
;; area51 add updates your .asd automatically. ;; Use the package in your code: (in-package :my-project) (cl-jsonl:some-function ...)