| 52 | |
| 53 | |
| 54 | void JsonStore::parse_string(const std::string &data) { |
| 55 | auto n = nlohmann::json::parse(data); |
| 56 | *this = nlohmann::json::parse(data); |
| 57 | } |
| 58 | |
| 59 | // void JsonStore::merge(const JsonStore &json, const std::string &path) { |
| 60 | // merge(json, path); |
no test coverage detected