Home
last modified time | relevance | path

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

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