Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
bmcweb
/
dfd5547b98d0a7360ca6cfe8b48b9d7ce2cf95d2
/
.
/
include
/
json_html_serializer.hpp
blob: a4bcdcb7f0adf6dd5b9e2c5563c23a610fdf866e [
file
] [
log
] [
blame
]
#pragma
once
#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