serde_json::ser

Function indent

source
fn indent<W>(wr: &mut W, n: usize, s: &[u8]) -> Result<()>
where W: ?Sized + Write,