ELPA Logo GNU-devel ELPA: jsonrpc

jsonrpc Atom Feed

Description
JSON-RPC library
Latest
jsonrpc-1.0.29.0.20260623.0.tar (.sig), 2026-Aug-29, 60.0 KiB
Maintainer
João Távora <joaotavora@gmail.com>
Other versions:
release version
Website
https://elpa.gnu.org/nongnu/jsonrpc.html
ELPA's 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.