json-lib

MIT

A simple and relatively fast JSON parser and encoder

$ area51 add json-libCopy

Usage

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