[][src]Function jsonl::write

pub fn write<W: Write, T: Serialize>(
    mut writer: W,
    t: &T
) -> Result<(), WriteError>

Writes a given value to the writer, serializing it into JSON.