32.30 JSONRPC communication
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 |   |