This is a full implementation of the JSON-RPC 2.0 protocol for Emacs. You pass in a JSON string, Emacs executes the specified function(s), and a JSON-RPC 2.0 response is returned. This package is ...
This is a Rust RPC client library for calling the Bitcoin Core JSON-RPC API. It provides a layer of abstraction over rust-jsonrpc and makes it easier to talk to the Bitcoin JSON-RPC interface This git ...
The world of API protocols has seen a continuous rise in recent times, and among them, JSON-RPC stands out as a popular choice. It has become a favored tool for developers looking to create ...