Searched refs:jsonOut (Results 1 – 1 of 1) sorted by relevance
31 nlohmann::json& jsonOut) in parseRequestAsJson() argument42 jsonOut = nlohmann::json::parse(req.body(), nullptr, false); in parseRequestAsJson()43 if (jsonOut.is_discarded()) in parseRequestAsJson()