Function write_json

Source
pub fn write_json(out: &mut impl Write, msg: &str) -> Result<()>
Expand description

Writes a JSON message to the output stream.