json-streams

GNU General Public Licence 3.0

A stream based JSON parser/writer, well suited for higher as building block for higher level libraries.

$ area51 add json-streamsCopy

Usage

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