Function serde_json_v8::ser::Serializer::with_formatter[][src]

pub fn with_formatter<W, F>(writer: W, formatter: F) -> Serializer<W, F> where
    W: Write,
    F: Formatter

Creates a new JSON visitor whose output will be written to the writer specified.