cl-jschema
Common Lisp implementation of JSON Schema
$ area51 add cl-jschemaCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-jschema:some-function ...)Common Lisp implementation of JSON Schema
$ area51 add cl-jschemaCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-jschema:some-function ...)