Description
Provides JSON-RPC transport support for Python applications. It helps software send and receive structured remote procedure calls where requests and responses are encoded as JSON.
Remote procedure calls can trigger actions on another process or service. Applications should authenticate callers, validate methods, and avoid exposing dangerous operations over a network.