rs-json
Yet another JSON decoder/encoder.
$ area51 add rs-jsonCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(rs-json:some-function ...)Yet another JSON decoder/encoder.
$ area51 add rs-jsonCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(rs-json:some-function ...)