jzon

Function stringify

Source
pub fn stringify<T>(root: T) -> String
where T: Into<JsonValue>,
Expand description

Pretty prints out the value as JSON string.