pub fn serialize_json_line(value: &Value) -> StringExpand description
Serialize a value as a strict JSONL record (JSON + LF).
Framing is LF-only. Payload strings may contain other Unicode separators
such as U+2028 and U+2029. Clients must split records on \n only.