Function json::stringify [−][src]
pub fn stringify<T>(root: T) -> String where
T: Into<JsonValue>,
Expand description
Pretty prints out the value as JSON string.
pub fn stringify<T>(root: T) -> String where
T: Into<JsonValue>,
Pretty prints out the value as JSON string.