Skip to main content

print_json

Function print_json 

Source
pub fn print_json<W: Write, T: Serialize>(out: &mut W, value: &T) -> Result<()>
Expand description

Print a serializable value as pretty JSON, followed by a newline.