1. Home
  2. Browse
  3. jsonrpcpp

jsonrpcpp

v1.4.0#0Latest

C++ JSON-RPC 2.0 library

Install

Run the following Vcpkg command to install the port.

vcpkg install jsonrpcpp

Usage

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)

Dependencies

See source

Version

v1.4.0#0

Publication

Supports

All

GitHub

badaix/jsonrpcpp

Homepage

github.com/badaix/jsonrpcpp

Subtree

93e969cf5d

License

MIT

Definition

Manifest