nu_json::ser

Function to_writer_with_indent

Source
pub fn to_writer_with_indent<W, T>(
    writer: &mut W,
    value: &T,
    indent: usize,
) -> Result<()>
where W: Write, T: Serialize,
Expand description

Encode the specified struct into a Hjson [u8] writer.