The jsonrpc
library implements the JSONRPC specification, version 2.0, as it is described in https://www.jsonrpc.org/. As the name suggests, JSONRPC is a generic Remote Procedure Call protocol designed around JSON objects, which you can convert to and from Lisp objects (see Parsing JSON).
• JSONRPC Overview: | ||
• Process-based JSONRPC connections: | ||
• JSONRPC JSON object format: | ||
• JSONRPC deferred requests: |
Copyright © 1990-1996, 1998-2019 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
https://www.gnu.org/software/emacs/manual/html_node/elisp/JSONRPC.html