1#ifndef XRPL_TEST_JTX_JSON_H_INCLUDED 
    2#define XRPL_TEST_JTX_JSON_H_INCLUDED 
    4#include <test/jtx/Env.h> 
    6#include <xrpl/json/json_value.h> 
   21    explicit json(
char const*);
 
 
Lightweight wrapper to tag static string.
 
A transaction testing environment.
 
json(std::string const &key, T const &value)
 
void operator()(Env &, JTx &jt) const
 
json(Json::StaticString const &key, T const &value)
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
Execution context for applying a JSON transaction.