pub fn write_scalar_jsonl<T: Serialize>( item: &T, out: &mut dyn Write, ) -> Result<()>
Writes a single serializable value as one compact JSON line.