pub fn to_json(value: &impl Serialize) -> ValueExpand description
Serialize any report to canonical JSON: sorted keys, pretty-printed, one
trailing newline. Panics only on a report that cannot serialize, which is a
programming error (all report structs are plain Serialize).