pub fn print_json_value(v: &Value) -> Result<()>Expand description
Prints compact JSON on stdout (agent wire; always respects quiet=false).
Prefer typed DTOs in crate::json_wire for known payloads. This helper
remains for dynamic documents (meta command-tree, doctor ad-hoc maps).
§Errors
Serialization or stdout I/O (including BrokenPipe → exit 141).