Searched refs:makeJson (Results 1 – 2 of 2) sorted by relevance
29 nlohmann::json makeJson(const std::string& key, const std::string& value) in makeJson() function in JsonSerializer60 jsonData.merge_patch(makeJson(key, value)); in serialize()
42 nlohmann::json j = s.makeJson("foo/bar/baz", "value"); in TEST_F()