Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.cpp279 const auto& jsonObject = json::parse(inventoryJson); in getVpdFilePath() local
282 if (jsonObject.find("frus") == jsonObject.end()) in getVpdFilePath()
289 jsonObject["frus"].get_ref<const nlohmann::json::object_t&>(); in getVpdFilePath()