[][src]Function json::stringify

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

Pretty prints out the value as JSON string.