C++ JSON-RPC 2.0 library
Run the following Vcpkg command to install the port.
vcpkg install jsonrpcpp
jsonrpcpp is a header-only library and can be used from CMake via:
find_package(unofficial-jsonrpcpp CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::jsonrpcpp::jsonrpcpp)
v1.4.0#0
May 30, 2026
All
badaix/jsonrpcpp
github.com/badaix/jsonrpcpp
93e969cf5d
MIT
Manifest