json-streams
A stream based JSON parser/writer, well suited for higher as building block for higher level libraries.
$ area51 add json-streamsCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(json-streams:some-function ...)