Function json::stringify [] [src]

pub fn stringify<T>(root: T) -> String where T: Into<JsonValue>

Pretty prints out the value as JSON string.