1#include <test/jtx/jtx_json.h>
2#include <test/jtx/utility.h>
4#include <xrpl/basics/contract.h>
5#include <xrpl/json/json_reader.h>
14 Throw<parse_error>(
"bad json");
30 jv[iter.key().asString()] = *iter;
Unserialize a JSON document into a Value.
const_iterator begin() const
const_iterator end() const
A transaction testing environment.
json(std::string const &)
void operator()(Env &, JTx &jt) const
STObject parse(Json::Value const &jv)
Convert JSON to STObject.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Execution context for applying a JSON transaction.