rippled
|
Inject raw JSON. More...
Public Member Functions | |
json (std::string const &) | |
json (char const *) | |
json (Json::Value) | |
template<class T > | |
json (Json::StaticString const &key, T const &value) | |
template<class T > | |
json (std::string const &key, T const &value) | |
void | operator() (Env &, JTx &jt) const |
Private Attributes | |
Json::Value | jv_ |
Inject raw JSON.
Definition at line 31 of file jtx_json.h.
|
explicit |
Definition at line 29 of file jtx_json.cpp.
|
explicit |
Definition at line 35 of file jtx_json.cpp.
|
explicit |
Definition at line 39 of file jtx_json.cpp.
ripple::test::jtx::json::json | ( | Json::StaticString const & | key, |
T const & | value | ||
) |
Definition at line 44 of file jtx_json.h.
ripple::test::jtx::json::json | ( | std::string const & | key, |
T const & | value | ||
) |
Definition at line 50 of file jtx_json.h.
Definition at line 44 of file jtx_json.cpp.
|
private |
Definition at line 34 of file jtx_json.h.