|
rippled
|
Inject raw JSON. More...
#include <jtx_json.h>

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 32 of file jtx_json.h.
|
explicit |
Definition at line 30 of file jtx_json.cpp.
|
explicit |
Definition at line 36 of file jtx_json.cpp.
|
explicit |
Definition at line 40 of file jtx_json.cpp.
| ripple::test::jtx::json::json | ( | Json::StaticString const & | key, |
| T const & | value | ||
| ) |
Definition at line 45 of file jtx_json.h.
| ripple::test::jtx::json::json | ( | std::string const & | key, |
| T const & | value | ||
| ) |
Definition at line 51 of file jtx_json.h.
Definition at line 45 of file jtx_json.cpp.
|
private |
Definition at line 35 of file jtx_json.h.