GNU ELPA — jsonrpc

jsonrpc Atom Feed

Description
JSON-RPC library
Latest
jsonrpc-1.0.28.tar (.sig), 2026-May-17, 60.0 KiB
Maintainer
João Távora <joaotavora@gmail.com>
Website
https://elpa.gnu.org/packages/jsonrpc.html
Browse repository
CGit or Gitweb
Badge

To install this package from Emacs, use list-packages.

Full description

This library implements the JSONRPC 2.0 specification as described
in https://www.jsonrpc.org/.  As the name suggests, JSONRPC is a
generic Remote Procedure Call protocol designed around JSON
objects.  To learn how to write JSONRPC programs with this library,
see Info node `(elisp)JSONRPC'."

This library was originally extracted from eglot.el, an Emacs LSP
client, which you should see for an example usage.

Old versions