libjson-rpc-cpp

C++ framework for JSON-RPC 2.0 protocol implementation

brewmacoslinux
Try with needOr install directly
Source

About

C++ framework for json-rpc

Commands

jsonrpcstub

Examples

Generate C++ server stub from JSON-RPC specification$ jsonrpcstub spec.json --cpp-server > MyServer.h
Generate C++ client stub from JSON-RPC specification$ jsonrpcstub spec.json --cpp-client > MyClient.h
Generate both client and server stubs with custom namespace$ jsonrpcstub spec.json --cpp-server --cpp-client -n MyNamespace > stubs.h