Home
last modified time | relevance | path

Searched refs:makeJson (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-user-manager/
H A Djson_serializer.hpp29 nlohmann::json makeJson(const std::string& key, const std::string& value) in makeJson() function in JsonSerializer
60 jsonData.merge_patch(makeJson(key, value)); in serialize()
/openbmc/phosphor-user-manager/test/
H A Djson_serializer_test.cpp42 nlohmann::json j = s.makeJson("foo/bar/baz", "value"); in TEST_F()