Expand description
JSON output helpers: the newline-delimited framing used by list and
status --all (spec §7 — one object per line, never a wrapping array).
Functions§
- to_line
- Serializes
valueto a single-line JSON string with no trailing newline. Callers write each line throughcrate::cx::Stream::line, producing the newline-delimited stream.