pub fn stringify<T>(root: T) -> Stringwhere T: Into<JsonValue>,
Pretty prints out the value as JSON string.