jsonrpc-lean
jsonrpc-lean copied to clipboard
Lightweight, fast, transport-agnostic, c++ implementation of the JSON-RPC 2.0 specification
We use *jsonrpc-lean* to expose a C++ VoIP and SIP client via a Unix domain socket to a Node.js client on the same machine. The number of methods which need...
GCC (at least version 13.3) warns when moving a freshly constructed value, since the "as" member is not initialized: ``` In constructor 'jsonrpc::Value::Value(jsonrpc::Value&&)', inlined from 'jsonrpc::Response::Response(int32_t, std::string, jsonrpc::Value)' at jsonrpc-lean/response.h:27:13,...