Function nu_json::ser::to_writer_with_indent
source ยท pub fn to_writer_with_indent<W, T>(
writer: &mut W,
value: &T,
indent: usize,
) -> Result<()>
Expand description
Encode the specified struct into a Hjson [u8]
writer.