cl-jschema

MIT

Common Lisp implementation of JSON Schema

$ area51 add cl-jschemaCopy

Usage

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