Lines Matching defs:jsonVal
1003 nlohmann::json jsonVal =
1005 if (jsonVal.is_discarded())
1014 addPrefixes(jsonVal, prefix);
1019 asyncResp->res.jsonValue = std::move(jsonVal);
1065 nlohmann::json jsonVal =
1067 if (jsonVal.is_discarded())
1083 addPrefixes(jsonVal, prefix);
1095 if ((!jsonVal.contains("Members")) &&
1096 (!jsonVal["Members"].is_array()))
1106 asyncResp->res.jsonValue = std::move(jsonVal);
1137 auto& satMembers = jsonVal["Members"];
1198 nlohmann::json jsonVal =
1200 if (jsonVal.is_discarded())
1220 jsonVal.get_ptr<nlohmann::json::object_t*>();