json-schema
JSON schema validation
$ area51 add json-schemaCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(json-schema:some-function ...)JSON schema validation
$ area51 add json-schemaCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(json-schema:some-function ...)