json-lib
A simple and relatively fast JSON parser and encoder
$ area51 add json-libCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(json-lib:some-function ...)A simple and relatively fast JSON parser and encoder
$ area51 add json-libCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(json-lib:some-function ...)