Skip to main content

to_json

Function to_json 

Source
pub fn to_json(value: &impl Serialize) -> Value
Expand 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).