JSON RPC
JSON-RPC 2.0 library for C++
|
Defines the structure and functionality for handling JSON RPC requests. More...
#include <string>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Classes | |
struct | wwa::json_rpc::jsonrpc_request |
Represents a JSON RPC request. More... | |
Namespaces | |
namespace | wwa |
namespace | wwa::json_rpc |
Library namespace. | |
Defines the structure and functionality for handling JSON RPC requests.
Definition in file request.h.