Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
bmcweb
/
61e349acc34787ad80aebf7809ab73c4f03c7520
/
.
/
include
/
json_html_serializer.hpp
blob: ede2c89b370cf52a4d9869fc78dcfb5c543d3c66 [
file
] [
log
] [
blame
]
#include
"http_response.hpp"
#include
<nlohmann/json.hpp>
#include
<string>
namespace
json_html_util
{
void
dumpHtml
(
std
::
string
&
out
,
const
nlohmann
::
json
&
json
);
void
prettyPrintJson
(
crow
::
Response
&
res
);
}
// namespace json_html_util