On the lowest level, JSON-RPC just sends messages from a client to a server. Those messages can be notifications, requests, or responses. The relation between an incoming request and a sent response ...
JSON-RPC 2.0: https://www.jsonrpc.org/specification RFC 8259 (JSON): https://www.rfc-editor.org/rfc/rfc8259 ...