Function HTTPServerResponse.writePrettyJsonBody
Writes a JSON message with the specified status
void writePrettyJsonBody(T)
(
T data,
bool allow_chunked = false
);
Writes a JSON message with the specified status
void writePrettyJsonBody(T)
(
T data,
bool allow_chunked = false
);