| 
    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 13 of file jtx_json.h.
      
  | 
  explicit | 
Definition at line 11 of file jtx_json.cpp.
      
  | 
  explicit | 
Definition at line 17 of file jtx_json.cpp.
      
  | 
  explicit | 
Definition at line 21 of file jtx_json.cpp.
| ripple::test::jtx::json::json | ( | Json::StaticString const & | key, | 
| T const & | value | ||
| ) | 
Definition at line 26 of file jtx_json.h.
| ripple::test::jtx::json::json | ( | std::string const & | key, | 
| T const & | value | ||
| ) | 
Definition at line 32 of file jtx_json.h.
Definition at line 26 of file jtx_json.cpp.
      
  | 
  private | 
Definition at line 16 of file jtx_json.h.