JSON-RPC
- used by
- MCP / Model Context Protocol
- LSP https://microsoft.github.io/language-server-protocol/
- Ethereum
{
"jsonrpc": "2.0",
"id": 1,
"method": "foo",
"params": {}
}
{
"jsonrpc": "2.0",
"id": 1,
"method": "foo",
"params": {}
}