TARAXA
jsoncpp.hpp File Reference
#include <json/json.h>
#include <string_view>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 taraxa
 
 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)