njson

BSD-3 Clause

NJSON is a JSON handling framework with the focus on convenience and brevity.

$ area51 add njsonCopy

Usage

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