[][src]Function nu_json::ser::ml_str

pub fn ml_str<W, F>(wr: &mut W, formatter: &mut F, value: &str) -> Result<()> where
    W: Write,
    F: Formatter

Serializes and escapes a &str into a multiline Hjson string.