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.