json-rpc-cxxv0.3.2
- Updated
A JSON-RPC 2.0 framework implemented in C++17 using the nlohmann's json for modern C++.
- Project website: https://github.com/jsonrpcx/json-rpc-cxx
#Usage
json-rpc-cxx provides CMake targets:
find_package(unofficial-json-rpc-cxx CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::json-rpc-cxx::json-rpc-cxx)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Vitalii Koshura