jsonrpc

BSD 2-Clause

JSON-RPC 2.0 server/client implementation

$ area51 add jsonrpcCopy

Usage

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