Function separate_with_underscores

Source
pub fn separate_with_underscores<S: BuildHasher>(
    value: &Value,
    _: &HashMap<String, Value, S>,
) -> Result<Value>