1. Home
  2. Browse
  3. json-rpc-cxx

json-rpc-cxx

v0.3.2#0Latest

A JSON-RPC 2.0 framework implemented in C++17 using the nlohmann's json for modern C++.

Install

Run the following Vcpkg command to install the port.

vcpkg install 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)

Dependencies

See source

Version

v0.3.2#0

Publication

Supports

All

GitHub

jsonrpcx/json-rpc-cxx250

Homepage

github.com/jsonrpcx/json-rpc-cxx

Subtree

3adc2eb54e

License

MIT

Definition

Manifest