JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
|
#include <concepts>
#include <variant>
#include "nlohmann/json.hpp"
Go to the source code of this file.
Namespaces | |
namespace | jsonrpc |
namespace | jsonrpc::endpoint |
Concepts | |
concept | jsonrpc::endpoint::FromJson |
concept | jsonrpc::endpoint::ToJson |
concept | jsonrpc::endpoint::JsonConvertible |
concept | jsonrpc::endpoint::NotJsonLike |
concept | jsonrpc::endpoint::HasMessageMethod |