Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dparsing.hpp31 nlohmann::json& jsonOut) in parseRequestAsJson() argument
42 jsonOut = nlohmann::json::parse(req.body(), nullptr, false); in parseRequestAsJson()
43 if (jsonOut.is_discarded()) in parseRequestAsJson()