#ifndef _FORMATTING_H_ #define _FORMATTING_H_ #include #include #include #include "../common/common.h" #include void replace_all(std::string&, const std::string&, const std::string&); std::vector tokenize_json_array(std::string, std::string token = "}"); #endif