|
TARAXA
|
#include <json/json.h>#include <string_view>
Go to the source code of this file.
Namespaces | |
| namespace | taraxa |
| namespace | taraxa::util |
Functions | |
| Json::Value | taraxa::util::parse_json (std::string_view const &str) |
| std::string | taraxa::util::to_string (Json::Value const &json, bool no_indent=true) |
| void | taraxa::util::writeJsonToFile (const std::string &file_name, const Json::Value &json) |
| Json::Value | taraxa::util::readJsonFromFile (const std::string &file_name) |
| Json::Value | taraxa::util::readJsonFromString (std::string_view str) |