JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
Loading...
Searching...
No Matches
nlohmann::adl_serializer< jsonrpc::endpoint::Response > Struct Reference

#include <response.hpp>

Collaboration diagram for nlohmann::adl_serializer< jsonrpc::endpoint::Response >:

Static Public Member Functions

static void to_json (json &j, const jsonrpc::endpoint::Response &r)
 

Detailed Description

Definition at line 69 of file response.hpp.

Member Function Documentation

◆ to_json()

static void nlohmann::adl_serializer< jsonrpc::endpoint::Response >::to_json ( json & j,
const jsonrpc::endpoint::Response & r )
inlinestatic

Definition at line 70 of file response.hpp.

70 {
71 j = r.ToJson();
72 }
auto ToJson() const -> nlohmann::json
Definition response.cpp:89

References jsonrpc::endpoint::Response::ToJson().

Here is the call graph for this function:

The documentation for this struct was generated from the following file: